bytecodealliance / javy

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

Update wit-parser #565

Closed jeffcharles closed 9 months ago

jeffcharles commented 9 months ago

Description of the change

Updates wit-parser to 0.13.

Why am I making this change?

Dependabot tried making this update but failed due to wit-parser requiring semicolons in WIT files out of the box. Fortunately there is an environment variable we can set to override this behaviour.

I've opted to set and remove that environment variable only if that environment variable has not been set externally since someone setting it externally presumably knows what they're doing and wants the behaviour they set it to.

Checklist