diff options
| author | Henry Gressmann <mail@henrygressmann.de> | 2025-04-03 00:52:27 +0200 |
|---|---|---|
| committer | Henry Gressmann <mail@henrygressmann.de> | 2025-04-03 00:52:27 +0200 |
| commit | cdc0015b7752b5404f6edd2777ad62a9eb2e6244 (patch) | |
| tree | f245fc43d669548a21209f8c05b66ec1908f7742 /examples/wasm-rust.rs | |
| parent | 9b3e8fee9731d1f21fd573b562775a841f7d1209 (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.rs | 2 |
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. |
