#oc-wasm #opencomputers #minecraft

oc-wasm-sys

Raw FFI bindings to the OC-Wasm system call interface

4 releases (2 breaking)

0.12.0 Apr 6, 2024
0.2.1 Nov 18, 2022
0.2.0 May 8, 2022
0.1.0 Jul 26, 2021

#141 in Games

Download history 118/week @ 2024-02-03 191/week @ 2024-02-10 219/week @ 2024-02-17 195/week @ 2024-02-24 229/week @ 2024-03-02 178/week @ 2024-03-09 220/week @ 2024-03-16 219/week @ 2024-03-23 210/week @ 2024-03-30 460/week @ 2024-04-06 233/week @ 2024-04-13 151/week @ 2024-04-20 66/week @ 2024-04-27 70/week @ 2024-05-04 139/week @ 2024-05-11 145/week @ 2024-05-18

446 downloads per month
Used in 7 crates (via oc-wasm-safe)

GPL-3.0-only

7KB
135 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

~240KB