Files
wasmtime/wasmtime-wasi/sandboxed-system-primitives
Dan Gohman 07b83c5db3 Add __WASI_RIGHT_PATH_FILESTAT_SET_SIZE to RIGHTS_DIRECTORY_BASE.
This is a new right not present in CloudABI, which is why the code
previously didn't include it.
2019-04-05 15:09:14 -07:00
..

This repository contains adapted forms of the CloudABI project's "libemulator" library, which includes implementations the CloudABI system calls using standard native platform support. See the README.md and LICENSE files in the individual subdirectories for details.

src/ - cloudabi-utils' libemulator; see src/README.md for details include/ - wasi headers

This is currently an experimental prototype.