ic-wasi-polyfill 0.8.0

The project provides polyfill implementation of *wasi_snapshot_preview1* functions using IC System API.
Documentation
1
2
3
4
5
6
7
8
9
10
mod common;

mod fd_filestat_set;
mod fd_readdir;
mod fd_tests;
mod file_read_write_seek_tell;
mod integration_tests;
mod lib_tests;
mod path_open_tests;
mod path_tests;