Testing ground for pluggable wasm exposing low level system interfaces through code generation
- Go 100%
| pkg/wasm | ||
| unix | ||
| wasm | ||
| .gitignore | ||
| go.mod | ||
| go.sum | ||
| main.go | ||
| README.md | ||
Compilation
First compile the wasm blob using GOOS=wasip1 GOARCH=wasm go build -o test.wasm wasm/main.go.
Then run the main program using go run ..