Skip to content

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

Notifications You must be signed in to change notification settings

plenteum/go-owasm

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Generate bindings.h for go

cd libgo_owasm
cargo build --release

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 and libgo_owasm.dylib

About

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

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Go 63.3%
  • Rust 22.5%
  • C++ 6.9%
  • Makefile 3.5%
  • Shell 2.4%
  • WebAssembly 1.4%