@citrusquant/yuzu-wasm
v0.12.2
Published
WASM JSON boundary over yuzu-core's backtest for in-browser execution.
Readme
yuzu-wasm
WASM JSON boundary over
yuzu-core's backtest, for in-browser
execution — part of citrusquant.
run_backtest_json is pure Rust (unit-tested here); the wasm_bindgen export
re-exposes it to the browser Worker. String in, string out:
input: { spec, panels:{name:{dates,symbols,data}}, industry?, price_key, config? }
output: Report JSONdata cells may be null (→ NaN). Not published to crates.io — it is built into
the web app's WASM bundle.
See the engine docs.
License
MIT
