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

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 64.3%
  • Rust 19.3%
  • CSS 13.8%
  • HTML 1.5%
  • JavaScript 1.1%