0.0.0 • Published 6 years ago

primea-wasm-system-interface v0.0.0

Weekly downloads
85
License
MPL-2.0
Repository
-
Last release
6 years ago

NPM Package Build Status Coverage Status

js-standard-style

SYNOPSIS

This implement the system interface for wasm binaries in primea

INSTALL

npm install primea-wasm-system-inteface

USAGE

const WasmContainer = require('primea-wasm-container')
const SystemInterface = require('primea-system-inteface')

// regester the container with the a hypervisor instance
hypervisor.registerContainer(WasmContainer, {
  system: SystemInterface 
})

WASM API

./docs/

LICENSE

MPL-2.0