Skip to content

Commit 8a2ca59

Browse files
committed
Better phrase on README.md
1 parent bb6ed65 commit 8a2ca59

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ mod = ~S/
5858
{:ok, [200]} = Wasmtime.call_func(pid, "run", [180])
5959
```
6060

61-
This next example loads a Wasm module from this [wasmapp_bg.wasm file](./test/data/wasmapp) that's been built with [wasm-pack](https://github.com/rustwasm/wasm-pack):
61+
This next example loads a Wasm module from this [Rust lib.rs file](./test/data/wasmapp/src/lib.rs) that's been built with [wasm-pack](https://github.com/rustwasm/wasm-pack):
6262

6363
```
6464
{:ok, pid} = Wasmtime.load(%Wasmtime.FromFile{file_path: "test/data/wasmapp/wasmapp_bg.wasm"})

0 commit comments

Comments
 (0)