zigwasm / wasmer-zig

Zig bindings for the Wasmer WebAssembly runtime
MIT License
53 stars 6 forks source link

wasmer version 2.0.0? #3

Open srenatus opened 3 years ago

srenatus commented 3 years ago

Hey there. I haven't tried it yet myself, but the docs state that

The current stable release of Wasmer this embedding relies on is v1.0.2.

and the latest release (Jun 2021) is https://github.com/wasmerio/wasmer/releases/tag/2.0.0.

Would you think that this just works with 2.0.0? 🤔

Luukdegram commented 3 years ago

Apologies for the late reply. I've been with vacation. I couldn't find any changes with their usage of wasm's c API so it should work with 2.0.0 However, both wasmer-zig and wasm-zig haven't been updated in a while and probably need some fixes to work with latest Zig master. Note that neither libraries are complete yet, tho any PR's would be much appreciated.