Skip to content

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

Notifications You must be signed in to change notification settings

dualsystems/go-owasm

 
 

Repository files navigation

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

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Go 66.2%
  • Rust 22.9%
  • C++ 6.6%
  • Makefile 1.7%
  • WebAssembly 1.5%
  • Shell 1.1%