GitHub - rhaiscript/rhai: Rhai - An embedded scripting language for Rust.
Rhai - Embedded Scripting for Rust
Rhai is an embedded scripting language and evaluation engine for Rust that gives a safe and easy way
to add scripting to any application.
Targets and builds
All CPU and O/S targets supported by Rust, including:
WebAssembly (WASM)
no-std
Minimum Rust version 1.66.0
Standard features
Simple language similar to JavaScript+Rust with dynamic typing.
Fairly efficient evaluation (1 million iterations in 0.14 sec on a single-core 2.6 GHz Linux VM).
Tight integration wi...
Read more at github.com