bytecodealliance / javy

JS to WebAssembly toolchain
Apache License 2.0
2.16k stars 103 forks source link

Update Wizer to version which builds with Rust 1.75 #578

Closed jeffcharles closed 8 months ago

jeffcharles commented 8 months ago

Description of the change

Update Wizer which updates Wasmtime which updates cap-primitives.

Why am I making this change?

One of the current versions of cap-primitives does not build with Rust 1.75 and updating Wizer uses a newer version of cap-primitives that does compile.

Checklist