Skip to content

Commit 0a9a5f4

Browse files
authored
Merge pull request #2420 from Hywan/doc-wasi-types
doc(wasi-types) Mention `wasi-types` in `lib/README.md`
2 parents 96e4d31 + da2045b commit 0a9a5f4

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

lib/README.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,8 @@ composed of a set of crates. We can group them as follows:
2323
* `derive` — A set of procedural macros used inside Wasmer,
2424
* ABI:
2525
* `emscripten` — Emscripten ABI implementation inside Wasmer,
26-
* `wasi` — WASI ABI implementation inside Wasmer.
26+
* `wasi` — WASI ABI implementation inside Wasmer:
27+
* `wasi-types` — All the WASI types,
2728
* `wasi-experimental-io-devices` — An experimental extension of
2829
WASI for basic graphics.
2930
* `engine` — The general abstraction for creating an engine, which is

0 commit comments

Comments
 (0)