Skip to content

Commit da2045b

Browse files
committed
doc(wasi-types) Mention wasi-types in lib/README.md.
1 parent 96e4d31 commit da2045b

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)