Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Error on long inputs in JS in wasm demo
Before providing an input longer than the buffer caused a "data provided does not contain a nul" error in Rust. These should be caught in JS using the result of TextEncoder.encodeInto
- Loading branch information