Slide 3
Slide 3 text
WebAssembly
“binary instruction format for stack-based virtual machine”
実行環境: (当初)Webブラウザ (現在) あらゆる環境
Safe:
sandbox model
import/export
Efficient
and fast:
aim to executed at
near-native speed
Portable:
language/platform
independent
Open and
debuggable:
WAT