Skip to content

Commit

Permalink
readme wording
Browse files Browse the repository at this point in the history
  • Loading branch information
guybedford committed Aug 1, 2023
1 parent f89e046 commit 433a4de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ wasi-virt component.wasm -o virt.wasm

By default the virtualization will deny all subsystems, and will panic on any attempt to use any subsystem.

In all of the examples, the `component.wasm` is the component being virtualized. This argument is optional. If omitted, then the virtualized adapter is output into `virt.wasm`, which can be composed into any component with:
In all of the examples, the `component.wasm` is the component being virtualized and `virt.wasm` the output component with its virtualization. The `component.wasm` argument is optional. If omitted, then the virtualized adapter is output into `virt.wasm`, which can be composed into any arbitrary component with:

```sh
wasm-tools compose component.wasm -d virt.wasm -o component.virt.wasm
Expand Down

0 comments on commit 433a4de

Please sign in to comment.