zigwasm / wasmer-zig

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

General maintenance to make the examples run again. #4

Closed somethingelseentirely closed 2 years ago

somethingelseentirely commented 2 years ago

Hey,

I wanted to use these bindings for a project of mine, so I figured I'd polish them up a bit.

I've made changed to have them run on macOS, fixed some typos, and tried to improve the error handling and reporting situation a bit.

Thoughts and suggestions more than welcome! I'm fairly new to Zig :)

Cheers!

Luukdegram commented 2 years ago

Thanks!