Topic
Notes tagged with “javascript-interop”
A small path through related notes, experiments, and systems.
Content types
2
01
Notebook
Notebook
Introduction to WASM
WebAssembly (WASM) is an open standard that enables the execution of optimized binary code in JavaScript environments. Its primary goal is to enhance the speed and efficiency of web applications, but it can also be run in other environments.
Notebook
WebAssembly in Action
WebAssembly in Action introduces the WebAssembly stack and walks you through the process of writing and running browser-based applications. Expert developer Gerard Gallant gives you a firm foundation of the structure of a module, HTML basics, JavaScript Promises, and the WebAssembly JavaScript API.