Expand description
wasm-bindgen bindings for tokmd.
This crate intentionally stays thin: it reuses tokmd_core::ffi::run_json
plus the shared envelope helpers so the browser surface matches the other
binding products instead of reimplementing parsing and validation.
Functionsยง
- analysis_
schema_ version - Return the current analysis receipt schema version for
runAnalyze. - run
- Run a tokmd mode with a plain JavaScript object and return the extracted data payload.
- run_
analyze - Run the
analyzeworkflow on in-memory inputs. - run_
export - Run the
exportworkflow on in-memory inputs. - run_
json - Run a tokmd mode and return the raw JSON response envelope.
- run_
lang - Run the
langworkflow on in-memory inputs. - run_
module - Run the
moduleworkflow on in-memory inputs. - schema_
version - Return the current core receipt schema version for
lang,module, andexport. - version
- Return the tokmd package version.