bytecodealliance / javy

JS to WebAssembly toolchain
Apache License 2.0
2.1k stars 101 forks source link

Update Wasmtime and Wizer #632

Closed jeffcharles closed 3 months ago

jeffcharles commented 3 months ago

Description of the change

Updates Wasmtime to version 19 and Wizer to version 6.

I had to change how we were checking parameters in the dylib tests since ValType stopped implementing Eq and PartialEq. I'm open to suggestions for a better way of performing the type checks.

Why am I making this change?

We can't update Wasmtime and Wizer independently and there are code changes involved.

Checklist