bytecodealliance / javy

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

Introduce the `javy-config` crate #664

Closed saulecabrera closed 1 month ago

saulecabrera commented 1 month ago

This commit prepares the terrain to bridge the gap in configurability between the CLI and Javy, the crate. The intention behind introducing a new crate is to:

This PR doesn't introduce any new functionality. A follow up PR will include new commands in the CLI which will make use of the share configuration.

Checklist

saulecabrera commented 1 month ago

In case the intention is not clear from the commit message/PR, the intention is to pass the config as a single u32 into WebAssembly, hence the usage of bitflags.