Skip to content

Latest commit

 

History

History
8 lines (7 loc) · 232 Bytes

File metadata and controls

8 lines (7 loc) · 232 Bytes

A minimum WAT (WASM Text format) of a WASM Component printing Hello, world! via wasi:cli/run of WASI Preview 2.

wasm-tools parse helloworld.wat -o helloworld.wasm && wasmtime run helloworld.wasm
Hello, world!