Skip to content

JeroenGar/sparroWASM

 
 

Repository files navigation

sparroWASM Deploy to GitHub Pages

Run sparrow in any browser with WebAssembly:
https://jeroengar.github.io/sparroWASM

[UNDER DEVELOPMENT]

Prerequisites

  • Rust
  • Node.js
  • wasm-pack & npm packages: cargo install wasm-pack && npm install

Build and Run

wasm-pack build --target web --release
npm run build
npm run preview -- --host

Warning

Please note that WebAssembly retains only about 50-60% of the speed compared to a native Rust build of sparrow

Warning

Please note that WebAssembly retains only about 50-60% of the speed compared to a native Rust build of sparrow

About

Solve 2D nesting problems in the browser with WebAssembly!

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 66.8%
  • CSS 18.4%
  • Rust 13.0%
  • Other 1.8%