/oc-wasm-sys

Raw FFI bindings to the OC-Wasm system call interface

Primary LanguageRustGNU Lesser General Public License v3.0LGPL-3.0

Moved

This crate is published separately but is no longer maintained in its own Git repository. It is now part of oc-wasm-rust.

About

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.