#oc-wasm #minecraft #opencomputers

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

#699 in Games

Download history 83/week @ 2023-12-22 9/week @ 2023-12-29 94/week @ 2024-01-05 126/week @ 2024-01-12 110/week @ 2024-01-19 297/week @ 2024-01-26 145/week @ 2024-02-02 149/week @ 2024-02-09 266/week @ 2024-02-16 162/week @ 2024-02-23 257/week @ 2024-03-01 181/week @ 2024-03-08 193/week @ 2024-03-15 220/week @ 2024-03-22 238/week @ 2024-03-29 419/week @ 2024-04-05

1,105 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