Skip to content
This repository has been archived by the owner on Feb 7, 2021. It is now read-only.
/ hive-wasm Public archive

Multi-tenant Wasm runtime, FFI API, and bundle spec for Hive

License

Notifications You must be signed in to change notification settings

suborbital/hive-wasm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This repo is no longer in use, all of its packages have been absorbed into Reactr

hive-wasm is the WASM API for Hive.

These packages are mostly used by Hive internally to run Wasm modules, and include the Hive Wasm FFI API, as well as the Runnable implementation for Wasm modules.

hive-wasm includes a multi-tenant Wasm runtime (powered by Wasmer under the hood) which allows many modules to be running simultaneously with inputs, outputs, function calls, and memory management handled automatically.

Building Wasm Runnables is done using the subo CLI.