summaryrefslogtreecommitdiff
path: root/examples/wasm-rust.rs
diff options
context:
space:
mode:
authorHenry Gressmann <mail@henrygressmann.de>2025-04-03 00:52:27 +0200
committerHenry Gressmann <mail@henrygressmann.de>2025-04-03 00:52:27 +0200
commitcdc0015b7752b5404f6edd2777ad62a9eb2e6244 (patch)
treef245fc43d669548a21209f8c05b66ec1908f7742 /examples/wasm-rust.rs
parent9b3e8fee9731d1f21fd573b562775a841f7d1209 (diff)
chore: update deps, cargo fmt
Signed-off-by: Henry Gressmann <mail@henrygressmann.de>
Diffstat (limited to 'examples/wasm-rust.rs')
-rw-r--r--examples/wasm-rust.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/wasm-rust.rs b/examples/wasm-rust.rs
index 95769f4..d5a6b2a 100644
--- a/examples/wasm-rust.rs
+++ b/examples/wasm-rust.rs
@@ -1,6 +1,6 @@
use std::hint::black_box;
-use eyre::{eyre, Result};
+use eyre::{Result, eyre};
use tinywasm::{Extern, FuncContext, Imports, MemoryStringExt, Module, Store};
/// Examples of using WebAssembly compiled from Rust with tinywasm.