Web - WebAssembly

WebAssembly (Wasm) is a universal low-level bytecode that runs on the web.

On this page

Introduction

WebAssembly (Wasm) is a compilation target for languages like Rust, Kotlin, and much more!

Wasm offers a compact binary format with predictable performance and portability to run alongside JavaScript and other host languages. Wasm is currently shipped in all major browsers, and has runtimes meant for running on servers or interfacing with systems using WASI.