Skip to content
This repository was archived by the owner on Feb 25, 2025. It is now read-only.

Commit 7dfdcac

Browse files
Reland single threaded Skwasm (#56282)
This attempts to reland the single-threaded Skwasm PR: #56206 The main changes here are in the second commit: * We need to actually bundle the `skwasm_st` artifacts in `flutter_web_sdk.zip` * The `locateFile` hack no longer works since emscripten doesn't actually create a worker.js file anymore. So instead, that has been modified to use the `mainScriptUrlOrBlob` module API to do a very similar hack. Note: I did presubmit testing with the framework CI and it appears the pertinent tests pass. See flutter/flutter#157967
1 parent 7b176f4 commit 7dfdcac

35 files changed

+952
-1721
lines changed

DEPS

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -264,7 +264,7 @@ allowed_hosts = [
264264
]
265265

266266
deps = {
267-
'src': 'https://github.com/flutter/buildroot.git' + '@' + '3f1a1f0b26c22a3de5ffe0d3a081397550a12185',
267+
'src': 'https://github.com/flutter/buildroot.git' + '@' + 'cc9bcddf1524812c80ef741191d5db7469e705de',
268268

269269
'src/flutter/third_party/depot_tools':
270270
Var('chromium_git') + '/chromium/tools/depot_tools.git' + '@' + '580b4ff3f5cd0dcaa2eacda28cefe0f45320e8f7',
@@ -762,7 +762,7 @@ deps = {
762762
},
763763

764764
'src/flutter/prebuilts/emsdk': {
765-
'url': Var('skia_git') + '/external/github.com/emscripten-core/emsdk.git' + '@' + 'a896e3d066448b3530dbcaa48869fafefd738f57',
765+
'url': Var('skia_git') + '/external/github.com/emscripten-core/emsdk.git' + '@' + '2514ec738de72cebbba7f4fdba0cf2fabcb779a5',
766766
'condition': 'download_emsdk',
767767
},
768768

0 commit comments

Comments
 (0)