Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/bketelsen/hello-wapi

wapm install bketelsen/hello && wapm run hello
https://github.com/bketelsen/hello-wapi

Last synced: 3 months ago
JSON representation

wapm install bketelsen/hello && wapm run hello

Awesome Lists containing this project

README

        

# Hello World - WAPI/Zig

This is a simple WASI compatible WASM Module compiled from Zig.

## Run

```
wapm install bketelsen/hello
wapm run hello
```

## Compile

```
./build.sh
```

(note I'm running on Zig master, may not work for lower versions)