We're working on it recently. We're still polishing it, but you could peek it here: deploy-preview-6542--rolldown-rs.netlify.app/options/input
17.10.2025 06:04 — 👍 1 🔁 0 💬 0 📌 0We're working on it recently. We're still polishing it, but you could peek it here: deploy-preview-6542--rolldown-rs.netlify.app/options/input
17.10.2025 06:04 — 👍 1 🔁 0 💬 0 📌 0That was LEGIT!
15.10.2025 14:49 — 👍 1 🔁 0 💬 1 📌 0
The first version of the 🍣 surimi playground is live!
It runs the @rolldown.rs based compiler in a WebContainer, and updates the editor instantly!
Check it out! surimi.dev/playground
Compile times are bit slower than locally tho.
Also
- has type-hint support
- you can install new packages
- ...
I left some thoughts here: dev.to/yyx990803/co...
18.12.2024 03:32 — 👍 5 🔁 1 💬 1 📌 0I also notice that parcel is running with cache(enabled by default) while other bundlers are doing fresh cold build. This doesn't seem to be a apple to apple comparison.
18.12.2024 01:54 — 👍 0 🔁 0 💬 1 📌 0
github.com/hyf0/bundle-... Repo here.
For bundle all listed packages.
Rolldown developer here. I take a rough look and notice that you are using the different minifier to compare the final output. I took a quick try on bundling `mobx` with rolldown and esbuild, both using the esbuild's minifier.
Rolldown emits smaller output.