#oc-wasm #minecraft #wasm-bindings #opencomputers

oc-wasm-sys

Raw FFI bindings to the OC-Wasm system call interface

5 unstable releases

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

#133 in Games

Download history 113/week @ 2024-07-26 163/week @ 2024-08-02 120/week @ 2024-08-09 91/week @ 2024-08-16 131/week @ 2024-08-23 109/week @ 2024-08-30 96/week @ 2024-09-06 124/week @ 2024-09-13 107/week @ 2024-09-20 90/week @ 2024-09-27 70/week @ 2024-10-04 58/week @ 2024-10-11 142/week @ 2024-10-18 120/week @ 2024-10-25 96/week @ 2024-11-01 168/week @ 2024-11-08

542 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

~245KB