migueldeicaza / WasmerSharp

.NET Bindings for the Wasmer Runtime
MIT License
319 stars 24 forks source link

Upgrade Wasmer base to 2.0 #23

Open JamieSinn opened 2 years ago

JamieSinn commented 2 years ago

Currently the base version of Wasmer that this is targeting doesn't support a ton of features vs Wasmtime - specifically bulk memory operations.

Is there any plans to update the base version to the latest/more current Wasmer 2.0 builds?