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

no-std oc-wasm-helpers

Helpers used by multiple OC-Wasm high-level APIs

8 releases (breaking)

0.12.0 Apr 6, 2024
0.6.0 Jan 8, 2024
0.5.1 Jan 31, 2023
0.4.0 Dec 30, 2022
0.1.0 Jun 9, 2022

#433 in WebAssembly

Download history 5/week @ 2024-01-09 108/week @ 2024-02-13 44/week @ 2024-02-20 18/week @ 2024-02-27 4/week @ 2024-03-12 4/week @ 2024-03-26 185/week @ 2024-04-02 21/week @ 2024-04-09 8/week @ 2024-04-16

218 downloads per month
Used in 3 crates

GPL-3.0-only

27KB
556 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
~49K SLoC