Categorygithub.com/birros/go-wasm3
repositorypackage
0.0.0-20220320175540-c625eebef38c
Repository: https://github.com/birros/go-wasm3.git
Documentation: pkg.go.dev

# README

go-wasm3

Golang wrapper for WASM3 (partial)

Setup (macOS)

Install docker & asdf

$ asdf plugin add golang https://github.com/kennyp/asdf-golang.git
$ asdf plugin add cmake  https://github.com/asdf-community/asdf-cmake.git
$ asdf plugin add tinygo https://github.com/schmir/asdf-tinygo.git  

Related projects

  • Strongly inspired by go-wasm3, even though I wrote this binding from scratch
  • If you are looking for a webassembly runtime that can be used in go, check out wazero instead, which does not depend on any CGO library, making it much more relevant for use with gomobile