Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update README: new zig bindings for wasmer with WASI Support #4907

Merged
merged 1 commit into from
Jun 30, 2024

Conversation

Afirium
Copy link
Contributor

@Afirium Afirium commented Jun 29, 2024

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:

  • Comprehensive documentation
  • WASI support
  • Extensive testing

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.

@syrusakbary
Copy link
Member

Not sure why CI is failing, but lets merge directly as failure is not related to this PR

@syrusakbary syrusakbary merged commit fb44001 into wasmerio:main Jun 30, 2024
48 of 58 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants