Files
wazero/examples/cli
Takeshi Yoneda b68ee641cc ci: update TinyGo to 0.27 (#1120)
Signed-off-by: Takeshi Yoneda <takeshi@tetrate.io>
2023-02-13 17:38:53 +09:00
..

CLI example

This example shows a simple CLI application compiled to WebAssembly and executed with the wazero CLI.

$ go run github.com/tetratelabs/wazero/cmd/wazero run testdata/cli.wasm 3 4

The wazero CLI can run stand-alone Wasm binaries, providing access to any arguments passed after the path. The Wasm binary reads arguments and otherwise operates on the host via WASI functions.