We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 96e4d31 + da2045b commit 0a9a5f4Copy full SHA for 0a9a5f4
lib/README.md
@@ -23,7 +23,8 @@ composed of a set of crates. We can group them as follows:
23
* `derive` — A set of procedural macros used inside Wasmer,
24
* ABI:
25
* `emscripten` — Emscripten ABI implementation inside Wasmer,
26
- * `wasi` — WASI ABI implementation inside Wasmer.
+ * `wasi` — WASI ABI implementation inside Wasmer:
27
+ * `wasi-types` — All the WASI types,
28
* `wasi-experimental-io-devices` — An experimental extension of
29
WASI for basic graphics.
30
* `engine` — The general abstraction for creating an engine, which is
0 commit comments