diff options
| author | Henry <mail@henrygressmann.de> | 2026-04-03 02:07:17 +0200 |
|---|---|---|
| committer | Henry <mail@henrygressmann.de> | 2026-04-03 02:07:17 +0200 |
| commit | a8d057903cca3b7dd0a010b5649a9bd8173acc1b (patch) | |
| tree | b0b18a78e03283cf7132f9c05db73660b6679bb5 /examples | |
| parent | bb439dae3c6dd5ea203f904cb99585e06d32beb5 (diff) | |
chore: update
Signed-off-by: Henry <mail@henrygressmann.de>
Diffstat (limited to 'examples')
| -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 49792b0..d376130 100644 --- a/examples/wasm-rust.rs +++ b/examples/wasm-rust.rs @@ -87,7 +87,7 @@ fn tinywasm() -> Result<()> { } fn tinywasm_no_std() -> Result<()> { - let module = Module::parse_file("./examples/rust/out/tinywasm_no_std.opt.wasm")?; + let module = Module::parse_file("./examples/rust/out/tinywasm_no_std.wasm")?; let mut store = Store::default(); let mut imports = Imports::new(); |
