When Is WebAssembly Going to Get DOM Support?

This article details the relationship between WebAssembly (Wasm), Document object models (DOMs) and JavaScript. The author shows an example workaround on how to overcome the limitations of Wasm by using glue code from JavaScript to connect to DOMs. Topics include Application Programming Interfaces (...

Descripción completa

Detalles Bibliográficos
Publicado en:Communications of the ACM Vol. 68; no. 11; pp. 44 - 50
Autor principal: Ehrenberg, Daniel
Formato: Artículo
Publicado: Association for Computing Machinery Nov2025
Materias:
Acceso en línea:Ver este registro en EBSCOhost
Descripción
Sumario:This article details the relationship between WebAssembly (Wasm), Document object models (DOMs) and JavaScript. The author shows an example workaround on how to overcome the limitations of Wasm by using glue code from JavaScript to connect to DOMs. Topics include Application Programming Interfaces (APIs), the World Wide Web Consortium Wasm Community Group, and Wasm Garbage collectors (GCs). Also presented are ways to reduce the overhead of programs that span the JavaScript/Wasm boundary.