wasmer/lib/golang
2019-02-27 22:01:53 -06:00
..
src Add getInt64 and getRandomData 2019-02-27 22:01:53 -06:00
Cargo.toml Add getInt64 and getRandomData 2019-02-27 22:01:53 -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