https://github.com/bketelsen/hello-wapi
wapm install bketelsen/hello && wapm run hello
https://github.com/bketelsen/hello-wapi
Last synced: about 2 months ago
JSON representation
wapm install bketelsen/hello && wapm run hello
- Host: GitHub
- URL: https://github.com/bketelsen/hello-wapi
- Owner: bketelsen
- Created: 2019-04-23T17:42:37.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2019-04-23T17:46:45.000Z (about 6 years ago)
- Last Synced: 2025-03-17T20:54:00.593Z (about 2 months ago)
- Language: Zig
- Homepage:
- Size: 1000 Bytes
- Stars: 9
- Watchers: 2
- Forks: 7
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-wasi - Hello World
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)