8000 Tags · airen3339/emscripten · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Tags: airen3339/emscripten

Tags

3.1.64

Toggle 3.1.64's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
[ci] Fix mac arm64 builder (#22260)

We have been seeing the `brew install python3` step fail consistently in
the last 24 hours.

I'm not sure why this fixes the issue.

3.1.63

Toggle 3.1.63's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Mark 3.1.63 as released (#22228)

3.1.62

Toggle 3.1.62's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Rename generated struct info files. NFC (#22160)

Using a common prefix makes these files show up alongside the input
`struct_info` files that live in the same directory.

3.1.61

Toggle 3.1.61's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
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.

3.1.60

Toggle 3.1.60's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
[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.

3.1.59

Toggle 3.1.59's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
[test] Parameterize test_function_exports_are_small. NFC (#21843)

3.1.58

Toggle 3.1.58's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
[tsgen] Use optional params for trailing std::optional arguments. (#2…

…1786)

This replaces `_0: Foo | undefined` with `_0?: Foo` for any optional
arguments at the end of function, which allows for more idiomatic TS.

Fixes #21776

3.1.57

Toggle 3.1.57's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
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>

3.1.56

Toggle 3.1.56's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Use DEPRECATED_SETTINGS for RUNTIME_LINKED_LIBS (#21522)

And also for CLOSURE_WARNINGS

3.1.55

Toggle 3.1.55's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Minor library_webgl.js cleanup (#21457)

Split out from #21445
0