Slide 9
Slide 9 text
WebAssembly is a sandbox,
architecture that cooperates
with its host via shared
memory, globals and
functions
9
● 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