[package] name = "ic-wasi-polyfill" version = "0.6.4" edition = "2021" keywords = ["ic", "wasi", "wasi-polyfill"] description = "The project provides polyfill implementation of *wasi_unstable* and *wasi_snapshot_preview1* functions using IC System API." license = "MIT" repository = "https://github.com/wasm-forge/ic-wasi-polyfill" [dependencies] ic-cdk = "0.16.0" ic-stable-structures = "0.6.5" stable-fs = "0.6.4" rand = "0.8.5" function_name = "0.3.0" [features] transient=[] report_wasi_calls=[] skip_unimplemented_functions=[] [lib] crate-type = ["staticlib","lib"] [dev-dependencies] candid = "0.10.10" pocket-ic = "5.0"