Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/bketelsen/hello-wapi
- Owner: bketelsen
- Created: 2019-04-23T17:42:37.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2019-04-23T17:46:45.000Z (over 5 years ago)
- Last Synced: 2024-08-02T06:11:31.726Z (6 months ago)
- Language: Zig
- Homepage:
- Size: 1000 Bytes
- Stars: 9
- Watchers: 3
- 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)