A WASM virtual machine written in Go with 0 dependencies
Stars
419
Forks
9
Watchers
419
Open Issues
3
Overall repository health assessment
No package.json found
This might not be a Node.js project
136
commits
1
commits
refactor: rename `invokeInitExpression` to `invokeExpression` and update all call sites.
f72c4d8View on GitHubrefactor: remove redundant non-negative index check for `index` in `vm.go`.
98bdcb5View on GitHubsimplify error returns in validation.go and fix comment typo in wasi_sys_unix.go
84e2ce2View on GitHubremove unused argument from `moduleInstance.Invoke` call in `vm_test.go`.
0dec405View on GitHubFix sorting benchmark state persistence and increase data size (#42)
d76ba13View on GitHubClarify symlink resolution comments and add intermediate file blocking test (#41)
96a6f14View on GitHub