matiasinsaurralde / go-wasm3

Golang wrapper for WASM3 (https://github.com/wasm3/wasm3)
MIT License
77 stars 10 forks source link

Update Wasm3, make use of exciting new API #4

Open vshymanskyy opened 3 years ago

vshymanskyy commented 3 years ago

With latest Wasm3 (v0.4.9), new API is available which fixes many things in the public API:

I think all this can greatly help your bindings implementation. @matiasinsaurralde please let me know it you need any other public API, or have any ideas!

This is already implemented in Python bindings, you can use it as a reference: https://github.com/wasm3/wasm3/blob/master/platforms/python/m3module.c

matiasinsaurralde commented 3 years ago

Hi, I would like to follow up with this in the upcoming weeks, the new version looks exciting. Would be great to get up to speed with the latest changes and set up a process to follow fresh releases.

Thanks.