CavalierContours icon indicating copy to clipboard operation
CavalierContours copied to clipboard

Can you publish the wasm library

Open FishOrBear opened this issue 3 years ago • 1 comments

This is a cool project

FishOrBear avatar Mar 22 '21 13:03 FishOrBear

You can compile this library (and other c++) using Emscripten. I compiled the full CavalierContoursDev Qt app for the web demo. I haven't worked on making this library available directly via wasm.

Continued development of this library is happening in Rust (repository here). I have already started wrapping some of the library for wasm here, wrapper code here. It is all under construction but contributions are welcome. In terms of my development time this will be the future of the project and is easy to expose to wasm via wasm-bindgen and wasm-pack.

jbuckmccready avatar Mar 22 '21 18:03 jbuckmccready