1
0
Fork 0
Testing ground for pluggable wasm exposing low level system interfaces through code generation
Find a file
2025-11-04 00:31:55 +01:00
pkg/wasm Implement simplified localized wasm abstractions 2025-11-04 00:31:55 +01:00
unix Implement simplified localized wasm abstractions 2025-11-04 00:31:55 +01:00
wasm Implement simplified localized wasm abstractions 2025-11-04 00:31:55 +01:00
.gitignore Cleanup 2025-11-03 01:41:47 +01:00
go.mod Simplify using wazero 2025-11-03 21:53:43 +01:00
go.sum Simplify using wazero 2025-11-03 21:53:43 +01:00
main.go Implement simplified localized wasm abstractions 2025-11-04 00:31:55 +01:00
README.md Cleanup 2025-11-03 01:41:47 +01:00

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 ..