Skip to content

Latest commit

 

History

History

wasi

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

WASI

This library contains code for instantiating and running WASI modules. WASI is a virtual system interface that provides POSIX-like syscalls and is supported by many of the compilers out there. This library implements the widely-available version 0.1 of the spec, also known as wasip1.

For further details see the corresponding docs section