Crates.io | macchiato-rhai-mini |
lib.rs | macchiato-rhai-mini |
version | 0.0.1-alpha.1 |
source | src |
created_at | 2024-11-17 06:22:54.232601 |
updated_at | 2024-11-17 06:22:54.232601 |
description | run scripts with the rhai scripting language using a lightweight interface |
homepage | |
repository | https://codeberg.org/macchiato/macchiato-rhai-mini |
max_upload_size | |
id | 1450919 |
size | 7,946 |
This builds a WebAssembly module for running rhai in the browser. It has a function that takes a Rhai script and returns the output, and has other functions for managing the vectors of memory used to send the input and receive the output.