manu0466 / go-owasm

Go-binding for Oracle WebAssembly (Owasm) execution with Wasmer

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Generate cbindgen for go

cbindgen --config cbindgen.toml  --output api/bindings.h
```

## Build shared object library

Currently, we support only build on linux. Osx build will be available.

- run `make docker-images` to pre-built dependencies
- run `make release` to build current code to `libgo_owasm.so`

About

Go-binding for Oracle WebAssembly (Owasm) execution with Wasmer


Languages

Language:Go 66.1%Language:Rust 22.6%Language:C++ 6.7%Language:Makefile 1.8%Language:WebAssembly 1.6%Language:Shell 1.1%