blots-wasm
v0.10.16
Published
WebAssembly bindings for Blots, a small, simple, expression-oriented programming language.
Downloads
2,784
Readme
blots-wasm
This crate provides a WASM runtime for Blots – a small, simple, expression-oriented programming language.
pub fn evaluate(expr: &str, inputs_js: JsValue) -> Result<JsValue, JsError>;
pub fn tokenize(input: &str) -> Result<JsValue, JsError>;
pub fn get_built_in_function_names() -> Result<JsValue, JsError>;
pub fn get_constants() -> Result<JsValue, JsError>;
pub fn evaluate_inline_expressions(expressions_js: JsValue, inputs_js: JsValue,) -> Result<JsValue, JsError>;Note
If you're viewing this crate on crates.io but are looking for the ready-to-use, pre-compiled WASM/JS version, see blots-wasm on npm.
