feat: basic wasm support for turbopack#5618
Merged
ForsakenHarmony merged 4 commits intomainfrom Aug 2, 2023
Merged
Conversation
Contributor
|
The latest updates on your projects. Learn more about Vercel for Git ↗︎
7 Ignored Deployments
|
Contributor
|
✅ This change can build |
ForsakenHarmony
commented
Jul 26, 2023
Contributor
|
282591c to
e10d36a
Compare
Contributor
Linux Benchmark for cc84da6Click to view benchmark
|
Contributor
MacOS Benchmark for cc84da6
Click to view full benchmark
|
e10d36a to
03a0952
Compare
03a0952 to
1c5e836
Compare
Contributor
Linux Benchmark for 4da925bClick to view benchmark
|
Contributor
MacOS Benchmark for 4da925b
Click to view full benchmark
|
1c5e836 to
e8e8885
Compare
Contributor
Author
|
Current dependencies on/for this PR:
This comment was auto-generated by Graphite. |
Contributor
Linux Benchmark for 1476de9Click to view benchmark
|
sokra
approved these changes
Jul 31, 2023
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
jridgewell
approved these changes
Jul 31, 2023
e8e8885 to
9b69862
Compare
Contributor
Linux Benchmark for 9d81569Click to view benchmark
|
Contributor
MacOS Benchmark for 9d81569
Click to view full benchmark
|
9b69862 to
279d4e8
Compare
Contributor
Linux Benchmark for 93819b5Click to view benchmark
|
Contributor
MacOS Benchmark for 93819b5
Click to view full benchmark
|
arlyon
approved these changes
Aug 2, 2023
Contributor
arlyon
left a comment
There was a problem hiding this comment.
Exciting, approved on behalf of repo
279d4e8 to
2c15280
Compare
Contributor
Linux Benchmark for 5d18f0dClick to view benchmark
|
Contributor
MacOS Benchmark for 5d18f0d
Click to view full benchmark
|
kodiakhq bot
pushed a commit
to vercel/next.js
that referenced
this pull request
Aug 4, 2023
* 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
ForsakenHarmony
added a commit
to vercel/next.js
that referenced
this pull request
Jul 25, 2024
ForsakenHarmony
added a commit
to vercel/next.js
that referenced
this pull request
Jul 29, 2024
ForsakenHarmony
added a commit
to vercel/next.js
that referenced
this pull request
Aug 1, 2024
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.

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