● Rust → WASM
● JavaScript
Loading WASM module…
Caveat: the JS port is idiomatic but unoptimized — it allocates a new object per vector operation, which is exactly the overhead Rust's stack-allocated value types avoid. That difference is part of the point.