mirror of
https://github.com/fluencelabs/wasmer
synced 2024-12-13 06:15:33 +00:00
14 lines
260 B
Markdown
14 lines
260 B
Markdown
|
|
||
|
# 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
|