File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed
component-model/src/language-support Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -279,9 +279,8 @@ At this point, you'll have two Webassembly components:
279
279
2 . A component that implements the ` hostapp ` world.
280
280
281
281
Since the ` host-app ` component depends on the ` add ` function which is defined in the ` example `
282
- world, it needs to be composed the first component. You can
283
- compose your ` host-app ` component with your ` adder ` component by running [ `wac
284
- plug`] ( https://github.com/bytecodealliance/wac ) :
282
+ world, it needs to be composed the first component. You can compose your ` host-app ` component with
283
+ your ` adder ` component by running [ ` wac plug ` ] ( https://github.com/bytecodealliance/wac ) :
285
284
286
285
``` sh
287
286
wac plug bin/Debug/net9.0/wasi-wasm/native/host-app.wasm --plug ../adder/bin/Debug/net9.0/wasi-wasm/native/adder.wasm -o main.wasm
You can’t perform that action at this time.
0 commit comments