Tags: airen3339/emscripten
Tags
Re-enable XHR as fallback for fetch on webview (#22026) In #22015 we switched `readAsync` to be based on fetch rather than XHR. However that broke the assumption in `getBinaryenPromise` that was assuming `readAsync` was XHR-based. This change reinstates the XHR fallback in the case of webviews where loading from `file://` URLs is not only possible but (apparently) common. Sadly we don't have any webview tests so I have no way to actually test this within our current frameworks.
[EH] Rename Binaryen translator option (#21947) This option was renamed in Binaryen to be consistent with the corresponding Emscripten option `-sWASM_EXNREF`: WebAssembly/binaryen#6592 The CI will pass once WebAssembly/binaryen#6592 passes the Chromium CI.
Bump github/codeql-action from 3.24.9 to 3.24.10 (#21722) Bumps [github/codeql-action](https://github.com/github/codeql-action) from 3.24.9 to 3.24.10. - [Release notes](https://github.com/github/codeql-action/releases) - [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md) - [Commits](github/codeql-action@1b1aada...4355270) --- updated-dependencies: - dependency-name: github/codeql-action dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
PreviousNext