Skip to content
This repository has been archived by the owner on Apr 6, 2018. It is now read-only.

Latest commit

 

History

History
30 lines (21 loc) · 1.17 KB

README.md

File metadata and controls

30 lines (21 loc) · 1.17 KB

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