WebAssembly
WebAssembly (abbreviated Wasm) is a binary instruction format for a stack-based virtual machine. Wasm is designed as a portable target for compilation of high-level languages like C/C++/Rust, enabling deployment on the web for client and server applications.
スタックベースのバーチャルマシン向けのバイナリ命令フォーマット
Wasmは、C / C ++ / Rustのような高級言語のコンパイルのための移植性のあるターゲットとして設計されており、クライアントおよびサーバーアプリケーションのためのWeb上での展開を可能にします。
デベロッパ向けのレファレンスはMDN,仕様はW3C
スタックベース
レジスタマシン、アキュムレータマシン