Skip to content

Commit

Permalink
Update tools/wasm-sample/README.md
Browse files Browse the repository at this point in the history
Co-authored-by: Paul "TBBle" Hampson <[email protected]>
  • Loading branch information
tskxz and TBBle authored Oct 31, 2024
1 parent 9a2c111 commit f70d7f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/wasm-sample/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ This is a simple wasm module for testing purposes. It prints out the arguments g
cargo build --target wasm32-wasi
```

If you want youki to execute the module you must copy it to the root file system of the container and reference it in the args of the config.json. You must also ensure that the annotations contain `"run.oci.handler": "wasm"` and that youki has been compiled with one of the supported wasm runtimes. For further information please check the [documentation](https://youki-dev.github.io/youki//user/webassembly.html).
If you want youki to execute the module you must copy it to the root file system of the container and reference it in the args of the config.json. You must also ensure that the annotations contain `"run.oci.handler": "wasm"` and that youki has been compiled with one of the supported wasm runtimes. For further information please check the [documentation](https://youki-dev.github.io/youki/user/webassembly.html).

```
"ociVersion": "1.0.2-dev",
Expand Down

0 comments on commit f70d7f5

Please sign in to comment.