zigwasm / wasmtime-zig

Zig embedding of Wasmtime
Apache License 2.0
82 stars 8 forks source link

Updating to new (breaking) Wasmtime API #15

Open kubkon opened 3 years ago

kubkon commented 3 years ago

Wasmtime is getting new API rolled out: https://github.com/bytecodealliance/wasmtime/pull/2897 It might be a good idea to refocus the efforts at migrating to it since it's breaking and the old one will not be supported any longer.

cc @Luukdegram

jedisct1 commented 3 years ago

This is happening: https://github.com/bytecodealliance/rfcs/pull/11

Luukdegram commented 3 years ago

Subscribed myself to the tickets, hoping to update wasmtime-zig to reflect the API changes swiftly.

Luukdegram commented 3 years ago

Seems it was just merged 🎉 will check soon what needs to be done on our side.

voigt commented 2 years ago

fyi: I started giving this a try, targeting wasmtime 0.37.0.

My time to work on this is limited, so don't expect results tomorrow :) Will open a WIP PR as soon as I have some first results.