An open API service indexing awesome lists of open source software.

https://github.com/kanarus/wasi-preview2-helloworld-component-wat

A minimum WAT of a WASM Component printing `Hello, world!` via `wasi:cli/run` of WASI Preview 2
https://github.com/kanarus/wasi-preview2-helloworld-component-wat

minimum wasi wasi-preview-2 wasm wasm-component wat

Last synced: 8 months ago
JSON representation

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

Awesome Lists containing this project

README

          

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

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