Recent Posts
Archives
Categories
Monthly Archives: February 2021
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