0.8.0 • Published 7 years ago
@ndleyton/subset-sum-0 v0.8.0
Subset sum to 0
We are using wasm-pack, to use Rust and WebAssembly for solving this problem
wasm-pack.
Usage
🛠️ Build with wasm-pack build
wasm-pack build🔬 Test in Headless Browsers with wasm-pack test
wasm-pack test --headless --firefox🎁 Publish to NPM with wasm-pack publish
wasm-pack publish🔋 Batteries Included
wasm-bindgenfor communicating between WebAssembly and JavaScript.console_error_panic_hookfor logging panic messages to the developer console.wee_alloc, an allocator optimized for small code size.