Skip to content

Commit 2f46ce4

Browse files
authored
Update wasmlink readme on how wasmtime specifies wasm features (#176)
1 parent c9b113b commit 2f46ce4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/wasmlink/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ As the linked module uses features from both the [module linking](https://github
104104
To run the linked module:
105105

106106
```text
107-
$ printf '# Hello\nworld' | wasmtime --enable-module-linking --enable-multi-memory linked.wasm
107+
$ printf '# Hello\nworld' | wasmtime --wasm-features=module-linking,multi-memory linked.wasm
108108
```
109109

110110
If everything worked correctly, this should render the Markdown echoed on the command line:

0 commit comments

Comments
 (0)