diff options
| author | Henry Gressmann <mail@henrygressmann.de> | 2024-01-30 01:12:38 +0100 |
|---|---|---|
| committer | Henry Gressmann <mail@henrygressmann.de> | 2024-01-30 01:12:38 +0100 |
| commit | 893396aa3ce270280a2a1a87007a4b84edc8b898 (patch) | |
| tree | 59690b8bee97a158a01dd49f4b6e611bdf284546 /examples/rust/src/print.rs | |
| parent | 4919d8c2f86f69f669a1afba2a28d5c344fe7197 (diff) | |
perf: add more benchmarks
Signed-off-by: Henry Gressmann <mail@henrygressmann.de>
Diffstat (limited to 'examples/rust/src/print.rs')
| -rw-r--r-- | examples/rust/src/print.rs | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/examples/rust/src/print.rs b/examples/rust/src/print.rs index 34f3c7f..d04daa3 100644 --- a/examples/rust/src/print.rs +++ b/examples/rust/src/print.rs @@ -1,12 +1,5 @@ -#![no_std] #![no_main] -#[cfg(not(test))] -#[panic_handler] -fn panic(_info: &core::panic::PanicInfo) -> ! { - core::arch::wasm32::unreachable() -} - #[link(wasm_import_module = "env")] extern "C" { fn printi32(x: i32); |
