Update README: new zig bindings for wasmer with WASI Support #4907
+5
−3
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Thanks to the whole wasmer community for a great wasm runtime!
Description
Motivation
The current Zig bindings for Wasmer are outdated and incompatible with recent Zig versions. They lack documentation, do not support WASI, and have minimal testing.
To address these issues, we introduce the wasmer-zig-api package. This new package ensures full backward compatibility while introducing several enhancements:
You can easily add the wasmer-zig-api package via the official Zig package manager. For more details, visit:
This package supports all Zig versions from 0.12.0 onwards.
My team and I have successfully deployed these bindings in production environments, and we are committed to maintaining compatibility with future releases of Zig and Wasmer.