🪥 Brushing Up on WASM: A Cleaner, Faster Approach to Digital Dentistry
At Dandy, we’re building a web-based platform for designing dental restorations—and as we expand from crowns to more complex devices like dentures, our workflows need to handle advanced meshing operations right in the browser.
That’s where WebAssembly (Wasm) comes in. By compiling existing C++ computational geometry libraries like MeshLib to Wasm, we can push performance further while keeping the speed and accessibility of the web.
In this post, Morteza H. Siboni walks through:
⚡ How we use Wasm to enable a hybrid architecture between JS and C++
⛓️ The toolchains we rely on (CMake, VCPKG, EMSDK) to streamline development
🧩 Examples from our design workflows—like watertight mesh creation and artifact removal
🔁 Why we prioritize memory safety, performance, and a great dev experience
👉 If you're curious how we’re blending CAD, C++, and the web to solve real-world problems, read the full post: https://xmrrwallet.com/cmx.plnkd.in/eXAQKgJc
👀 We’re hiring CAD and Machine Learning engineers to help build the future of digital dentistry. Join the team! https://xmrrwallet.com/cmx.plnkd.in/exnKvCYQ
#WebAssembly #CAD #MachineLearning #DigitalDentistry