-
Notifications
You must be signed in to change notification settings - Fork 1.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: basic wasm support for turbopack #5618
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
7 Ignored Deployments
|
✅ This change can build |
|
282591c
to
e10d36a
Compare
Linux Benchmark for cc84da6Click to view benchmark
|
MacOS Benchmark for cc84da6
Click to view full benchmark
|
e10d36a
to
03a0952
Compare
03a0952
to
1c5e836
Compare
Linux Benchmark for 4da925bClick to view benchmark
|
MacOS Benchmark for 4da925b
Click to view full benchmark
|
1c5e836
to
e8e8885
Compare
Current dependencies on/for this PR:
This comment was auto-generated by Graphite. |
Linux Benchmark for 1476de9Click to view benchmark
|
crates/turbopack-ecmascript-runtime/js/src/dev/runtime/base/runtime-base.ts
Outdated
Show resolved
Hide resolved
crates/turbopack-ecmascript-runtime/js/src/dev/runtime/nodejs/runtime-backend-nodejs.ts
Outdated
Show resolved
Hide resolved
e8e8885
to
9b69862
Compare
Linux Benchmark for 9d81569Click to view benchmark
|
MacOS Benchmark for 9d81569
Click to view full benchmark
|
9b69862
to
279d4e8
Compare
Linux Benchmark for 93819b5Click to view benchmark
|
MacOS Benchmark for 93819b5
Click to view full benchmark
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Exciting, approved on behalf of repo
279d4e8
to
2c15280
Compare
Linux Benchmark for 5d18f0dClick to view benchmark
|
MacOS Benchmark for 5d18f0d
Click to view full benchmark
|
* vercel/turborepo#5582 * vercel/turborepo#5633 * vercel/turborepo#5637 * vercel/turborepo#5648 <!-- OJ Kwon - test(turbopack): run daily with --experimental --> * vercel/turborepo#5618 * vercel/turborepo#5624 * vercel/turborepo#5597 * vercel/turborepo#5632 * vercel/turborepo#5636 * vercel/turborepo#5666
Description
Adds basic support for loading WebAssembly files imported from ECMAScript modules.
I've also added some docs to the async module implementation.
Fixes WEB-316