#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

#288 in Games

Download history 231/week @ 2024-11-16 276/week @ 2024-11-23 204/week @ 2024-11-30 179/week @ 2024-12-07 168/week @ 2024-12-14 354/week @ 2024-12-21 28/week @ 2024-12-28 307/week @ 2025-01-04 235/week @ 2025-01-11 360/week @ 2025-01-18 230/week @ 2025-01-25 246/week @ 2025-02-01 261/week @ 2025-02-08 259/week @ 2025-02-15 197/week @ 2025-02-22 164/week @ 2025-03-01

918 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