We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c9b113b commit 2f46ce4Copy full SHA for 2f46ce4
crates/wasmlink/README.md
@@ -104,7 +104,7 @@ As the linked module uses features from both the [module linking](https://github
104
To run the linked module:
105
106
```text
107
-$ printf '# Hello\nworld' | wasmtime --enable-module-linking --enable-multi-memory linked.wasm
+$ printf '# Hello\nworld' | wasmtime --wasm-features=module-linking,multi-memory linked.wasm
108
```
109
110
If everything worked correctly, this should render the Markdown echoed on the command line:
0 commit comments