Slide 3
Slide 3 text
WebAssembly
• ブラウザ上で高速に動くアセンブリではないコードフォーマット
• WebAssembly (abbreviated Wasm [1]) is a safe, portable, low-
level code format designed for efficient execution and compact
representation. Its main goal is to enable high performance
applications on the Web, but it does not make any Web-specific
assumptions or provide Web-specific features, so it can be
employed in other environments as well.
(https://webassembly.github.io/spec/intro/introduction.html)
• 安全でポータブルで低レベルなコードフォーマット
効率良い実行・小さい表現でデザインされているらしい