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 b4c6887 commit 185a7baCopy full SHA for 185a7ba
README.md
@@ -35,6 +35,16 @@ imports! 😉
35
ℹ You'll need [`wasm-tools`] installed which you can get via
36
`cargo install wasm-tools`.
37
38
+You can inspect the output component WASM using something like this:
39
+
40
+```sh
41
+wasm-tools component wit target/wasm32-wasi/debug/*.wasm
42
+# world my-component {
43
+# import print: func(msg: string)
44
+# export run: func()
45
+# }
46
+```
47
48
The `wasi_snapshot_preview1.reactor.wasm` is the adapter module to shim the
49
component API over top of the existing WASI API. Keep it updated from
50
[bytecodealliance/wasmtime releases]. Since this is a library we want the
0 commit comments