diff options
| author | Henry Gressmann <mail@henrygressmann.de> | 2025-04-23 20:54:03 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-04-23 20:54:03 +0200 |
| commit | c1a8cfad737cc79772b44a99088bcccd0ab6ee02 (patch) | |
| tree | a6e56a08d2063612c3eb2afb0189a688af137f29 /examples/wasm-rust.rs | |
| parent | 1252a8936eb2a69496efc849f3eb59e72b964920 (diff) | |
| parent | 3664c8b79918ffad109ccec32336d38c299f1351 (diff) | |
Merge pull request #39 from explodingcamera/feat/simd
initial simd support
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. |
