Skip to content

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

Notifications You must be signed in to change notification settings

ODIN-PROTOCOL/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 releases 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

 
 
 

Languages

  • Go 63.0%
  • Rust 22.3%
  • C++ 6.8%
  • Makefile 4.1%
  • Shell 2.4%
  • WebAssembly 1.4%