Skip to content
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

[wasm] emscripten bump 3.1.56 #100334

Merged
merged 59 commits into from
Jul 15, 2024
Merged
Changes from 1 commit
Commits
Show all changes
59 commits
Select commit Hold shift + click to select a range
e52f7df
[wasm] Bump emscripten to 3.1.56
radekdoulik Mar 26, 2024
a91ec44
Replace Module.asm with Module.wasmExports
radekdoulik Mar 27, 2024
d23f6fa
Updates for .native.worker.js -> mjs rename
radekdoulik Apr 5, 2024
9848b92
Merge branch 'main' into pr-wasm-emscripten-bump-3.1.56
radekdoulik Apr 5, 2024
50dfb72
Update deps
radekdoulik May 30, 2024
aca6c58
Add general testing feed
radekdoulik May 30, 2024
f229a30
Merge branch 'main' into pr-wasm-emscripten-bump-3.1.56
radekdoulik May 30, 2024
f917ea6
Update mode deps
radekdoulik May 30, 2024
a7c4e55
Update path
radekdoulik May 30, 2024
0b030c1
Use current python packages for now, we don't have newer ones
radekdoulik May 30, 2024
6a0057f
Keep using llvm 16 for runtime and aot compiler
radekdoulik Jun 3, 2024
6cde92a
Merge branch 'main' into pr-wasm-emscripten-bump-3.1.56
radekdoulik Jun 3, 2024
1721779
Add -Wno-pre-c11-compat only for browser
radekdoulik Jun 3, 2024
fe1e5c6
Temporarily disable version checks to get further
radekdoulik Jun 3, 2024
3f8834f
Temporarily disable version checks to get further #2
radekdoulik Jun 4, 2024
123767a
Disable -Wunused-command-line-argument
radekdoulik Jun 4, 2024
e3b1316
Update emsdk deps
radekdoulik Jun 4, 2024
7d6edc3
Update icu dependency
radekdoulik Jun 4, 2024
15bd585
Revert "Temporarily disable version checks to get further #2"
radekdoulik Jun 4, 2024
92b4559
Revert "Temporarily disable version checks to get further"
radekdoulik Jun 4, 2024
d7b1d52
Fix emsdk check
radekdoulik Jun 4, 2024
3593c41
Workaround wasm-opt crash
radekdoulik Jun 4, 2024
4530edf
Workaround wasm-opt crash
radekdoulik Jun 5, 2024
200cf3b
Workaround wasm-opt crash
radekdoulik Jun 5, 2024
6e86cc3
Fix WBT test
radekdoulik Jun 11, 2024
02fb272
Merge branch 'main' into pr-wasm-emscripten-bump-3.1.56
radekdoulik Jun 11, 2024
c313fa5
Feedback
radekdoulik Jun 11, 2024
253ebf9
Merge branch 'main' into pr-wasm-emscripten-bump-3.1.56
lewing Jun 12, 2024
0d7708b
Update ICU dependency
radekdoulik Jun 14, 2024
8a12f44
Update emscripten deps
radekdoulik Jun 14, 2024
fc6ad97
Revert "Workaround wasm-opt crash"
radekdoulik Jun 14, 2024
683bd51
Revert "Workaround wasm-opt crash"
radekdoulik Jun 14, 2024
b15fd5c
Revert "Workaround wasm-opt crash"
radekdoulik Jun 14, 2024
9ae3c2f
Increase tests timeout
radekdoulik Jun 16, 2024
60a4799
Show test progress
radekdoulik Jun 16, 2024
4dadd6d
Merge branch 'main' into pr-wasm-emscripten-bump-3.1.56
radekdoulik Jun 16, 2024
3bd6bfb
Increase MT library tests timeout
radekdoulik Jun 17, 2024
16866a1
Disable WBT tests with SkiaSharp
radekdoulik Jun 17, 2024
d53aaa3
Increase helix tests timeout on browser
radekdoulik Jun 18, 2024
6765913
Merge branch 'main' into pr-wasm-emscripten-bump-3.1.56
radekdoulik Jun 18, 2024
4c69c36
Increase WBT timeout
radekdoulik Jun 19, 2024
c268a87
Increase initial heap sizes
radekdoulik Jun 19, 2024
d1d8619
Merge branch 'main' into pr-wasm-emscripten-bump-3.1.56
radekdoulik Jun 20, 2024
abe9b00
Fix mono_wasm_load_runtime cwrap signature
radekdoulik Jun 20, 2024
63087a5
Merge branch 'main' into pr-wasm-emscripten-bump-3.1.56
radekdoulik Jun 21, 2024
d5a0bc4
Enable XunitShowProgress for threading tasks tests
radekdoulik Jun 26, 2024
5d9a6d2
Try to reduce number of parallel AOT compilations
radekdoulik Jun 26, 2024
8505fd5
Merge branch 'main' into pr-wasm-emscripten-bump-3.1.56
radekdoulik Jul 1, 2024
3fe1e1f
Use new docker image for helix/windows tests
radekdoulik Jul 2, 2024
b2655bf
Revert "Try to reduce number of parallel AOT compilations"
radekdoulik Jul 3, 2024
ba1ad20
Merge branch 'main' into pr-wasm-emscripten-bump-3.1.56
pavelsavara Jul 4, 2024
009e371
Reduce the timeouts
radekdoulik Jul 7, 2024
9e0d5ce
Reduce intitial heap size
radekdoulik Jul 7, 2024
061f2b5
Merge branch 'main' into pr-wasm-emscripten-bump-3.1.56
pavelsavara Jul 9, 2024
8ed7bf9
use active issues for MT
pavelsavara Jul 9, 2024
d665bfa
Merge branch 'main' into pr-wasm-emscripten-bump-3.1.56
radekdoulik Jul 10, 2024
fdbb1f2
Remove testing channel from nuget config, update deps
radekdoulik Jul 13, 2024
ddc4698
Update emsdk and icu dependencies
radekdoulik Jul 15, 2024
e6426d2
Merge branch 'main' into pr-wasm-emscripten-bump-3.1.56
radekdoulik Jul 15, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Merge branch 'main' into pr-wasm-emscripten-bump-3.1.56
  • Loading branch information
radekdoulik authored Jul 15, 2024

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
commit e6426d2a115f2115202d4b3284d4adc04f0c1772

This merge commit was added into this branch cleanly.

There are no new changes to show, but you can still view the diff.