Hi everyone,
I’m sharing the fork I created of asm‑dom to suit my specific needs. I kept only the C++ portion, which is the part I’m comfortable working with. You can find the project here: https://github.com/theo-dep/wasm-dom
The library runs smoothly in modern browsers, and I’ve added several improvements:
- Performance optimizations
- More precise memory management
- Enhanced garbage‑collector handling
The repository is still under active development, but I already plan to use it for my video CMS project: https://github.com/theo-dep/simple-video-cms
My goal is to replace the server‑side rendering backend with this client‑side solution.
All licensing, copyright notices, and the changes introduced since the fork are properly documented in the repository. Thank you for your understanding and for the original work!
Best regards,
Théo
Hi everyone,
I’m sharing the fork I created of asm‑dom to suit my specific needs. I kept only the C++ portion, which is the part I’m comfortable working with. You can find the project here: https://github.com/theo-dep/wasm-dom
The library runs smoothly in modern browsers, and I’ve added several improvements:
The repository is still under active development, but I already plan to use it for my video CMS project: https://github.com/theo-dep/simple-video-cms
My goal is to replace the server‑side rendering backend with this client‑side solution.
All licensing, copyright notices, and the changes introduced since the fork are properly documented in the repository. Thank you for your understanding and for the original work!
Best regards,
Théo