There was an error while loading. Please reload this page.
This project is not meant to be "run", it is meant tp be compiled as an API to be used in Python and JavaScript.
cargo.toml
wasm-pack
cargo install wasm-pack
wasm-pack build --target {TARGET} --features wasm
{TARGET}
cargo build --features python --release