Crates.io | sapio-wasm-plugin |
lib.rs | sapio-wasm-plugin |
version | 0.2.0 |
source | src |
created_at | 2021-03-23 03:25:18.675487 |
updated_at | 2021-11-04 08:58:28.541206 |
description | Libarary for building client/host sapio plugin bindings |
homepage | https://sapio-lang.org |
repository | https://github.com/sapio-lang/sapio |
max_upload_size | |
id | 372395 |
size | 55,510 |
The Sapio WASM Plugin Library is a crate that can be depended on by either clients or hosts for running Sapio WASM. It contains both the host environment bindings and the ability to load a plugin using the Wasmer WASM runtime.
This is currently completely unstable. This means that artifacts built with WASM should only be expected to be able to run on a corresponding commit hash for the host software. Expect breaking changes!