3 unstable releases
0.2.1 | Nov 18, 2022 |
---|---|
0.2.0 | May 8, 2022 |
0.1.0 | Jul 26, 2021 |
#484 in WebAssembly
148 downloads per month
Used in 6 crates
(via oc-wasm-safe)
7KB
133 lines
OC-Wasm-sys is a collection of raw FFI bindings for Rust code running on
OpenComputers computers running the
OC-Wasm architecture. You probably don’t
want to use this crate directly, since your code will be full of unsafe
blocks if you access raw FFI bindings. You probably want
OC-Wasm-safe, and potentially some
of the additional crates mentioned there, instead.
lib.rs
:
This crate provides raw FFI bindings for the Wasm imports available in the OC-Wasm environment. Please see the OC-Wasm documentation for details on individual functions.
Dependencies
~220KB