bytecodealliance / javy

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

Add `-C` flag to build command #734

Closed jeffcharles closed 3 months ago

jeffcharles commented 3 months ago

Description of the change

I want to get early feedback on adding support for the -C flag documented in #702 so I can iterate on the draft as we figure out what makes sense to change.

There's a few changes:

Why am I making this change?

702

Checklist