wasmer/lib/golang
2019-04-21 23:32:43 -05:00
..
src Fix snake casing 2019-04-21 23:32:43 -05:00
Cargo.toml Add golang ABI to binary and add addittional imports 2019-04-21 23:03:31 -05:00
README.md Add initial golang setup and stub imports 2019-02-24 17:58:15 -06:00

Wasmer Golang Library

This library is to support Go programs

Running Example

cargo run run hello.wasm

Go version

The examples/hello.wasm file was compiled with go version 1.11.5.

TODOs

  • Complete implementation
  • Add tests
  • Output main args