Recent Posts
Archives
Categories
Tag Archives: WASM
Space-efficient Embedding of WebAssembly in JavaScript
Recently, I came across a blog post about converting parts of a JavaScript library into WebAssembly. The part that interested me the most was a section about efficiently embedding the WebAssembly binary into the JavaScript code such that the library … Continue reading