🚀 Utoo landing page is live! https://t.co/FK4Gie4zP0
Built on Turbopack’s elite architecture, Utoo now powers Ant Group’s ecosystem. We remain committed to open collaboration.
Huge thanks to @vercel for empowering us! 🤝
#Utoo#Turbopack
I just published an English intro to @utoo/pack, a Turbopack-based build tool designed for real-world frontend projects, with fast cold starts, instant HMR, and Webpack compatibility for smoother migration.
Try it here: https://t.co/ZOi06VrV0Q
Build utoo-repl with Turbopack https://t.co/wMEov8joZo.
To some extent, this can be considered a form of self-hosting for Turbopack and Utoo (Turbopack) Wasm.
We are using Next.js with Turbopack to build an app, which in turn runs Turbopack compiled to WebAssembly directly in the browser. ⚡️
We initiated this project last year. At that time:
• neither oxc nor rolldown had yet reached production-readiness.
• vite dev—being esm-based—was incompatible with our existing webpack-centric ecosystem, and also carried the risk of inconsistencies between the development and production environments.
• even today, vite and rolldown is not production grade for us still.
It was then that we discovered turbopack; we recognized its exceptional architecture, which made it remarkably easy to extend into the specific bundler we required. Furthermore, it's based on the mature SWC toolchain, and features a unique incremental build architecture for super fast dev experience.
We even successfully ported it to the WASM platform, enabling it to run entirely within a web browser, you can have a try at https://t.co/a0Fsjx0Ijt.
Currently, we also maintain a friendly upstream-downstream collaboration with the turbopack core team.
🚀 Utoo landing page is live! https://t.co/FK4Gie4zP0
Built on Turbopack’s elite architecture, Utoo now powers Ant Group’s ecosystem. We remain committed to open collaboration.
Huge thanks to @vercel for empowering us! 🤝
#Utoo#Turbopack
In the next version of utoopack, you can run it on windows: https://t.co/fY7uq0iBfy
For both umi and ant-design-pro build support:
https://t.co/el5IpaCwPr
https://t.co/EIl4ZvagkN
Shipped @ant-design/cli 🚀 Query Ant Design props, tokens, changelogs & run project-wide lint/migration, fully offline. No network calls, no API keys. Covers v4/v5/v6 👉 https://t.co/Wsn6zb3fdi
We are excited to announce that we can successfully use Rust's async/await on the GPU. This has never been done before.
https://t.co/pVgGGNXFgz
Supporting Rust's async/await (and futures) enables existing Rust code to work on the GPU and makes GPU programming more ergonomic.
🚀 Proud to release utoo 1.0.10
✅ Inspired by @pnpm & @bunjavascript
✅ Respects package‑lock.json
✅ Human‑readable cache stores
✅ npmmirror server‑semver, even faster than bun 😋
🎉 Try it → https://t.co/G3zsPSdZ4a #Rust#PackageManager#Utoo
@BrooksLybrand We are using RR6 in more than 10k apps within Ant Group, now our framework is using https://t.co/ZinxIabdmi @_bgwoodruff mentioned, based on Turbopack. We plan to upgrade to RR7 now. If you are interested, Our team can do something for your idea.
I really miss those times focusing on system and structural design, meticulously writing and refining code line by line, and repeatedly debugging. But…