Skip to content

A minimum WAT of a WASM Component printing `Hello, world!` via `wasi:cli/run` of WASI Preview 2

Notifications You must be signed in to change notification settings

kanarus/wasi-preview2-helloworld-component-wat

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 

Repository files navigation

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!

About

A minimum WAT of a WASM Component printing `Hello, world!` via `wasi:cli/run` of WASI Preview 2

Topics

Resources

Stars

Watchers

Forks