wasmer/lib/golang
2019-02-26 21:00:25 -06:00
..
src Implement nanotime and setInt64 2019-02-26 21:00:25 -06:00
Cargo.toml Add initial golang setup and stub imports 2019-02-24 17:58:15 -06: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