Slide 11
Slide 11 text
WebAssembly is a sandbox,
architecture that cooperates
with its host via shared
memory, globals and functions
11
● no capabilities besides
number crunching, more
more is often needed
● WASI are function imports
for I/O, time, random
numbers, ENV, etc
● When acting like an
entrypoint, it is using WASI
WebAssembly is a coprocessor