index
:
forks/binaryen.git
main
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
wasm2js.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
[wasm2js] Run LLVM nontrapping fptoint lowering when running for emscripten (...
Derek Schuff
2024-11-26
1
-0
/
+3
*
Remove AutoDrop (#7106)
Thomas Lively
2024-11-22
1
-1
/
+0
*
[wasm2js] Properly handle loops without labels (#7100)
Alon Zakai
2024-11-21
1
-2
/
+7
*
Implement table.init (#6827)
Alon Zakai
2024-08-16
1
-0
/
+4
*
wasm2js: Fix the names of temp vars with named reference types (#6689)
Alon Zakai
2024-06-21
1
-0
/
+1
*
wasm2js: Support arbitrary temp variable types (#6661)
Alon Zakai
2024-06-17
1
-20
/
+18
*
wasm2js: Generalize global initializer code to use the main codegen logic (#6...
Alon Zakai
2024-06-13
1
-48
/
+19
*
wasm2js: Fix null handling and RefAsNonNull (#6656)
Alon Zakai
2024-06-12
1
-19
/
+27
*
wasm2js: Add Table operations (#6650)
Alon Zakai
2024-06-11
1
-16
/
+57
*
wasm2js: Add basic reference operations (#6648)
Alon Zakai
2024-06-10
1
-15
/
+15
*
[Strings] Remove stringview types and instructions (#6579)
Thomas Lively
2024-05-15
1
-20
/
+0
*
Typed continuations: suspend instructions (#6393)
Frank Emrich
2024-03-19
1
-0
/
+4
*
Typed continuations: cont.bind instructions (#6365)
Frank Emrich
2024-03-04
1
-0
/
+4
*
Typed continuations: cont.new instructions (#6308)
Frank Emrich
2024-02-22
1
-0
/
+4
*
Typed continuations: resume instructions (#6083)
Frank Emrich
2024-01-11
1
-0
/
+5
*
[EH] Add instructions for new proposal (#6181)
Heejin Ahn
2023-12-19
1
-0
/
+8
*
Implement table.copy (#6078)
Alon Zakai
2023-11-06
1
-0
/
+4
*
Implement table.fill (#5949)
Thomas Lively
2023-09-18
1
-0
/
+4
*
Replace I31New with RefI31 everywhere (#5930)
Thomas Lively
2023-09-13
1
-1
/
+1
*
[NFC] Refactor each of ArrayNewSeg and ArrayInit into subclasses for Data/Ele...
Alon Zakai
2023-05-04
1
-2
/
+10
*
Implement array.fill, array.init_data, and array.init_elem (#5637)
Thomas Lively
2023-04-06
1
-0
/
+8
*
Use Names instead of indices to identify segments (#5618)
Thomas Lively
2023-04-04
1
-7
/
+23
*
[NFC] Remove our bespoke `make_unique` implementation (#5613)
Thomas Lively
2023-03-31
1
-1
/
+1
*
[NFC] Internally rename `ArrayInit` to `ArrayNewFixed` (#5526)
Thomas Lively
2023-02-28
1
-1
/
+1
*
[wasm2js] Fix atomic notify to take an unsigned count (#5525)
Thomas Lively
2023-02-27
1
-2
/
+3
*
[wasm2js] Support nonzero offsets in memory.atomic.wait32 (#5489)
Thomas Lively
2023-02-14
1
-2
/
+3
*
Replace `RefIs` with `RefIsNull` (#5401)
Thomas Lively
2023-01-09
1
-1
/
+1
*
wasm2js: Stop emitting nan and infinity (#5391)
Will Cohen
2023-01-04
1
-9
/
+0
*
wasm2js: Avoid emitting non-JS code during opt (#5378)
Will Cohen
2023-01-04
1
-0
/
+3
*
Implement `array.new_data` and `array.new_elem` (#5214)
Thomas Lively
2022-11-07
1
-0
/
+4
*
Make `Name` a pointer, length pair (#5122)
Thomas Lively
2022-10-11
1
-20
/
+20
*
wasm2js: Support for flexible module import naming (#5114)
Sam Clegg
2022-10-05
1
-40
/
+75
*
wasm2js: Don't assume that `env.abort` can always be impored. (#5049)
Sam Clegg
2022-09-16
1
-18
/
+30
*
wasm2js: Have instantiate function take standard import object (#5018)
Sam Clegg
2022-09-14
1
-3
/
+19
*
Mutli-Memories Support in IR (#4811)
Ashley Nelson
2022-08-17
1
-18
/
+20
*
Remove RTTs (#4848)
Thomas Lively
2022-08-05
1
-8
/
+0
*
[Strings] stringview_*.slice (#4805)
Alon Zakai
2022-07-15
1
-0
/
+8
*
[Strings] stringview access operations (#4798)
Alon Zakai
2022-07-13
1
-0
/
+16
*
[Strings] string.as (#4797)
Alon Zakai
2022-07-12
1
-0
/
+4
*
[Strings] string.eq (#4781)
Alon Zakai
2022-07-08
1
-0
/
+4
*
[Strings] string.concat (#4777)
Alon Zakai
2022-07-08
1
-0
/
+4
*
[Strings] string.encode (#4776)
Alon Zakai
2022-07-07
1
-0
/
+4
*
[Strings] string.measure (#4775)
Alon Zakai
2022-07-07
1
-0
/
+4
*
[Strings] Add string.const (#4768)
Alon Zakai
2022-07-06
1
-0
/
+4
*
[Strings] Add string.new* instructions (#4761)
Alon Zakai
2022-06-29
1
-0
/
+4
*
First class Data Segments (#4733)
Ashley Nelson
2022-06-21
1
-15
/
+15
*
[wasm2js] Support exports of Globals (#4523)
magic-akari
2022-03-17
1
-3
/
+34
*
Allow fractional timeouts in wasm2js Atomics.wait. Followup to #4385 (#4387)
Alon Zakai
2021-12-14
1
-1
/
+1
*
Implement timeout argument in wasm2js_atomic_wait_i32 (#4385)
Sam Clegg
2021-12-11
1
-2
/
+7
*
wasm2js: Don't assume the existence of js assert function (#4357)
Sam Clegg
2021-11-24
1
-1
/
+1
[next]