Skip to content

Implementation of wasm_exec.js for Go Wasm runtimes

License

Notifications You must be signed in to change notification settings

codefromthecrypt/wasmexec

 
 

Repository files navigation

wasmexec

wasmexec is runtime-agnostic implementation of Go's wasm_exec.js in Go. It currently has import hooks for wasmer, wasmtime and wazero. Each runtime-dedicated package has its own example of an implementation that can run any of the examples.

This implementation was made possible by allowing me to peek at mattn's implementation as well as Vedhavyas Singareddi's go-wasm-adapter.

NOTE: This implementation is still highly experimental. Please let me know what breaks in an issue with an example piece of code.

About

Implementation of wasm_exec.js for Go Wasm runtimes

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Go 100.0%