@rolldown_rs has a new RFC: "Progressive Module Runtime and codeSplitting.inlineCommonChunks"
This is a fundamental enhancement to Rolldown's chunking capabilities. It allows Rolldown to reduce the number of small chunks by inlining them into the entries that consume them.
Happy to share that we've finally resolved one Rolldown's earliest issue related WASI.
We now run Rolldown's full test suite against the WASI target.
Huge thanks to @napi_rs and the man behind @Brooooook_lyn — the DX is so good that adding WASI support feels almost like just
Rolldown v1.2.1 is out 🎉
- Fix missing `__toESM` for re-exported CJS externals in CJS output
- Fix `undefined` default import from CJS deps that fake `__esModule`
- Fix `ERR_MODULE_NOT_FOUND` for dynamic `import()` with a second argument
- Fix crash bundling a `sideEffects: