#oc-wasm #minecraft #opencomputers #minecraft-mod

no-std oc-wasm-helpers

Helpers used by multiple OC-Wasm high-level APIs

9 releases (breaking)

0.12.1 Jun 8, 2024
0.12.0 Apr 6, 2024
0.6.0 Jan 8, 2024
0.5.1 Jan 31, 2023
0.1.0 Jun 9, 2022

#435 in WebAssembly

31 downloads per month
Used in 3 crates

GPL-3.0-only

160KB
2K SLoC

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
~50K SLoC