File tree Expand file tree Collapse file tree
component-model/src/language-support Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -279,9 +279,8 @@ At this point, you'll have two Webassembly components:
2792792 . A component that implements the ` hostapp ` world.
280280
281281Since 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 ) :
285284
286285``` sh
287286wac 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