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.54

Toggle 3.1.54's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
[embind] Minor refactor to use more modern JS features (#21331)

3.1.53

Toggle 3.1.53's commit message
Rebaseline codesize expectations. NFC

3.1.52

Toggle 3.1.52's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Fix test_emcc_debug_files after #21099 (#21106)

3.1.51

Toggle 3.1.51's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Remove support for experimental/custom cmake + visual studio. NFC (#2…

…0901)

This support was added in 2013 but never maintained or tested so I
assume it was never completed.  An additional motivation for removing
this is that it it should allow the removal of `--default-obj-ext`.

3.1.50

Toggle 3.1.50's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Run less varargs tests (#20797)

Arguably we maybe don't need to test them even in wasm2js, as the wasm backend
lowers them to something that the wasm2js should not have any special handling for,
but I think it's worth keeping that testing around to be safe.

Also enable test_nested_struct_varargs which has been disabled since the beginning
of time, because it failed in fastcomp, but it has passed in the wasm backend (since
forever, I suspect, as the issue was legalization, which was never a problem for the
wasm backend).

3.1.49

Toggle 3.1.49's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
[wasm64] Fix emmalloc+verbose under wasm64 (#20654)

3.1.48

Toggle 3.1.48's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Remove CMakeLists.txt from LLVM libraries (#20614)

We don't use their CMake system, and we have already removed several of
`CMakeLists.txt`, but not all. To be consistent, this removes the
remaining ones. Also updates `update_***.py` scripts accordingly so that
they are not copied again.

3.1.47

Toggle 3.1.47's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
embind: Fix tsgen when embind is linked multiple times. (#20403)

When embind was linked multiple times the js file would be included
multiple times and regular embind library would override the instrumented
version causing an empty TS file to be created.

3.1.46

Toggle 3.1.46's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
embind: Ignore more options during TS generation and force node envir…

…onment. (#20242)

All of these options can potentially conflict with TS generation.

3.1.45

Toggle 3.1.45's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Add libunwind to update scripts (#20091)

- Add libunwind to `push_llvm_changes.py`
- Add `update_libunwind.py`
0