Skip to content

Commit 225e858

Browse files
committed
readme: update examples list
1 parent 373deb0 commit 225e858

File tree

1 file changed

+8
-6
lines changed

1 file changed

+8
-6
lines changed

README.md

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,26 @@
1-
# [WIP] wasmer-zig-api
1+
# wasmer-zig-api
22

33
Zig bindings for the [Wasmer](https://github.com/wasmerio/wasmer/tree/main/lib/c-api) WebAssembly runtime.
44

55
This module is based on the zigwasm/wasmer-zig fork. The old API does not work with newer versions of zig, and the main goal of this project is to continue to support the module for newer versions of zig.
66

7-
All tests from the “wasmer” lib C repository are also reimplemented on zig. You can learn more about the API of this module through rich examples.
7+
All WASI APIs are also implemented.
8+
9+
All tests from the "wasmer" lib C repository are also reimplemented on zig. You can learn more about the API of this module through rich examples.
810

911
The current module works with Zig 0.12.0+.
1012

11-
## Wasmer C API test examples
13+
## Wasmer C API test examples [WIP]
1214

1315
- [ ] early-exit.c
1416
- [ ] exports-function.c
1517
- [ ] exports-global.c
1618
- [ ] features.c
17-
- [ ] imports-exports.c
19+
- [x] imports-exports.c
1820
- [x] instance.c
1921
- [x] memory.c
20-
- [ ] memory2.c
21-
- [ ] wasi.c
22+
- [x] memory2.c
23+
- [x] wasi.c
2224

2325
## Running tests and examples
2426

0 commit comments

Comments
 (0)