bytecodealliance / javy

JS to WebAssembly toolchain
Apache License 2.0
2.3k stars 111 forks source link

Update swc #717

Closed jeffcharles closed 3 months ago

jeffcharles commented 3 months ago

Description of the change

Updating SWC including a code change to convert the filename enum into an Rc to accommodate the new API. This is the only callsite working with filenames for SWC we only have the one file so converting the anonymous filename into an Rc here should be fine.

Why am I making this change?

714 tried to update SWC but failed due to the breaking API change.

Checklist