#oc-wasm #minecraft #opencomputers

no-std oc-wasm-helpers

Helpers used by multiple OC-Wasm high-level APIs

7 releases (breaking)

0.6.0 Jan 8, 2024
0.5.1 Jan 31, 2023
0.4.0 Dec 30, 2022
0.3.0 Sep 5, 2022
0.1.0 Jun 9, 2022

#369 in WebAssembly

Download history 24/week @ 2024-01-04 2/week @ 2024-01-11 122/week @ 2024-02-15 38/week @ 2024-02-22 10/week @ 2024-02-29

170 downloads per month
Used in 3 crates

GPL-3.0-only

27KB
555 lines

OC-Wasm-Helpers provides a collection of helpers and utilities used by other OC-Wasm high-level APIs. It is not a useful crate for application developers, unless you are developing an API for a new mod that doesn’t have one yet.


lib.rs:

This crate provides a collection of helpers and utilities used by other OC-Wasm high-level APIs. It is not a useful crate for application developers, unless you are developing an API for a new mod that doesn’t have one yet.

Features

  • The alloc feature enables APIs that require dynamic memory allocation.

Important

You must depend on oc-wasm-futures with the proper-waker feature in your own application if your chosen executor requires the proper-waker feature.

Dependencies

~2MB
~48K SLoC