We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 17d200f commit df542a8Copy full SHA for df542a8
1 file changed
crates/wit-component/README.md
@@ -21,7 +21,7 @@ $ wasm-tools component wit component.wasm
21
* Creates WebAssembly [component binaries][model] from input core WebAssembly
22
modules. Input modules communicate with the [canonical ABI] to imported and
23
exported interfaces described with [`*.wit` files][wit]. The wit interface is
24
- either embedded directly in the core wasm binary.
+ required to be embedded directly in the core wasm binary.
25
26
* Supports "adapters" which can be used to bridge legacy core WebAssembly
27
imported functions into [component model][model] functions. Adapters are
0 commit comments