Crates.io | oc-wasm-sys |
lib.rs | oc-wasm-sys |
version | 0.12.1 |
source | src |
created_at | 2021-07-26 00:22:17.457244 |
updated_at | 2024-06-08 07:29:19.493526 |
description | Raw FFI bindings to the OC-Wasm system call interface |
homepage | |
repository | https://gitlab.com/Hawk777/oc-wasm-rust |
max_upload_size | |
id | 427215 |
size | 6,650 |
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.