In this article I will show how to use Bazel as the single build tool for a Javascript application with C++ WebAssembly.
In this post I will show an example of how to use threading with WebAssembly.
One of the challenges when integrating C++ WASM with JavaScript is dealing with complex types in method arguments and return types. In this article I will show an experimental solution where I use MessagePack to serialize objects between C++ and JavaScript.
This weekend I looked into integrating WebAssembly in web components. This post is a write-up of what I learned.
I this post I will show how to use web assembly to integrate C++ code in a Javascript application.