Files
wasmer/lib/wasi-types/README.md
Ivan Enderlin 3129b550e5 feat(wasi-types) Extract types from wasi to a new wasi-types crate.
Because we are very likely to re-use those types in other crates (it
already happens in private repos already), we want to extract the WASI
types from the `wasi` crate.

This patch extracts the `wasi/src/syscalls/types.rs` module into its
own `wasi-types` crate. This new crate takes this opportunity to
classify the numerous types in submodules. All exported public types
are flatten.

What's missing is the documentation, let's address in another round of
PR.
2021-06-08 15:13:26 +02:00

704 B

wasmer-wasi-types Build Status Join Wasmer Slack MIT License crates.io

This crate contains the WASI types necessary for wasmer-wasi. Please check this crate to learn more!