Build in-browser WordPress experiences with WordPress Playground and WebAssembly
The full WordPress powered by PHP running solely in the browser with WebAssembly
The full WordPress powered by PHP running solely in the browser with WebAssembly
A showcase of tools now available on the web thanks to WebAssembly.
Learn how to render 2D graphics on the web from WebAssembly with Emscripten.
Learn how gPhoto2 was ported to WebAssembly to control external cameras over USB from a web app.
Learn how to use the newest WebAssembly features while supporting users across all browsers.
Learn how code that interacts with external devices can be ported to the web with WebAssembly and Fugu APIs.
Learn how to embed JavaScript code in your WebAssembly library to communicate with the outside world.
Learn how to import and bundle various types of assets from JavaScript.
Learn how to bring multithreaded applications written in other languages to WebAssembly.
While JavaScript is fairly forgiving in cleaning up after itself, static languages are definitely not…
Improving cross-browser access to Google Earth with WebAssembly.
How do you integrate WebAssembly into this setup? In this article we are going to work this out with C/C++ and Emscripten as an example.
WebAssembly thread support has shipped in Chrome 70 under an origin-trial.
WebAssembly lets us extend the browser with new features. This article shows how to port the AV1 video decoder and play AV1 video in any modern browser.
It binds JS to your wasm!
When working with WebAssembly, you often want to download a module, compile it, instantiate it, and then use whatever it exports in JavaScript. This post explains our recommended approach for optimal efficiency.