Webassembly Glossary

Browse 4 webassembly terms defined in plain English, from the cultural dictionary of computing.

4 Webassembly Terms

Blazor
A Microsoft framework for building interactive web UIs using C# and .NET instead of JavaScript, running either server-side via SignalR (Blazor Server) or...
WASI
WebAssembly System Interface — a standardized API for WebAssembly modules to interact with the operating system (files, network, clocks, random numbers) in a...
Wasm
Short for WebAssembly — a portable, low-level binary instruction format designed as a compilation target for languages like C, C++, Rust, and Go, executing in...
Yew
A Rust framework for building client-side web applications that compile to WebAssembly, offering a component-based architecture inspired by React and Elm with...

Related Topics