LuvDaSun / SkiffaGenerator

ISC License
3 stars 2 forks source link

Use wasm bindgen #73

Closed elmerbulthuis closed 6 months ago

elmerbulthuis commented 6 months ago

Use wasm bindgen to generate js "glue". This will save us a lot of time and bugs! And might also be a bit more performant (because strings always have a length now).

Also, as wasm and wasm bindgen evolves performance will probably be (much) faster.