bytecodealliance / javy

JS to WebAssembly toolchain
Apache License 2.0
2.06k stars 100 forks source link

Update wasmparser #659

Closed jeffcharles closed 1 month ago

jeffcharles commented 1 month ago

Description of the change

Updates the wasmparser dependency.

Why am I making this change?

658 fails to pass CI because the ProducersSectionReader::new function takes different arguments now.

Checklist