oc-wasm-sys 0.2.0

Raw FFI bindings to the OC-Wasm system call interface
Documentation
1
2
3
4
5
6
7
OC-Wasm-sys is a collection of raw FFI bindings for Rust code running on
[OpenComputers](https://oc.cil.li/) computers running the
[OC-Wasm](https://gitlab.com/Hawk777/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](https://gitlab.com/Hawk777/oc-wasm-safe), and potentially some
of the additional crates mentioned there, instead.