| Crates.io | blots-wasm |
| lib.rs | blots-wasm |
| version | 0.13.1 |
| created_at | 2025-09-12 20:03:16.880734+00 |
| updated_at | 2026-01-17 05:04:36.786221+00 |
| description | WebAssembly bindings for Blots, a small, simple, expression-oriented programming language. |
| homepage | https://github.com/paul-russo/blots-lang |
| repository | https://github.com/paul-russo/blots-lang |
| max_upload_size | |
| id | 1836556 |
| size | 77,458 |
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>;
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.