index
:
forks/binaryen.git
main
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
test
/
wasm2js
Commit message (
Expand
)
Author
Age
Files
Lines
*
Require `then` and `else` with `if` (#6201)
Thomas Lively
2024-01-04
11
-187
/
+303
*
Use the standard shared memory text format (#6200)
Thomas Lively
2024-01-03
2
-2
/
+2
*
Drop support for non-standard quoted function names (#6188)
Thomas Lively
2023-12-20
30
-147
/
+146
*
[test] Remove / move *.js tests from test/ (#6163)
Heejin Ahn
2023-12-11
2
-0
/
+180
*
Partially revert #6026 (#6043)
Alon Zakai
2023-10-23
5
-5
/
+26
*
RemoveUnusedModuleElements: Make exports skip trampolines (#6026)
Alon Zakai
2023-10-19
5
-26
/
+5
*
RemoveUnusedBrs: Allow less unconditional work and in particular division (#5...
Alon Zakai
2023-10-03
2
-6
/
+32
*
LinearExecutionWalker: Optionally connect blocks for Br and BrOn (#5869)
Alon Zakai
2023-08-09
5
-55
/
+53
*
LinearExecutionTraversal: Add an option to connect adjacent code, use in Simp...
Alon Zakai
2023-08-08
2
-2
/
+0
*
Add a "mayNotReturn" effect (#5711)
Alon Zakai
2023-05-10
1
-3
/
+1
*
Generate unique block names when inlining (#5697)
Alon Zakai
2023-05-05
2
-4
/
+4
*
Do not treat `atomic.fence` as using a memory (#5603)
Thomas Lively
2023-03-29
1
-34
/
+0
*
Make constant expression validation stricter (#5557)
Thomas Lively
2023-03-10
1
-1
/
+0
*
[wasm2js] Fix atomic notify to take an unsigned count (#5525)
Thomas Lively
2023-02-27
3
-4
/
+4
*
[wasm2js] Support nonzero offsets in memory.atomic.wait32 (#5489)
Thomas Lively
2023-02-14
3
-7
/
+9
*
Vacuum unneeded instructions even if children have effects (#5488)
Alon Zakai
2023-02-14
1
-50
/
+97
*
wasm2js: Stop emitting nan and infinity (#5391)
Will Cohen
2023-01-04
118
-333
/
+33
*
wasm2js: Avoid emitting non-JS code during opt (#5378)
Will Cohen
2023-01-04
3
-0
/
+67
*
[Wasm GC] SimplifyLocals: Switch local.get to use a more refined type when po...
Alon Zakai
2022-11-01
5
-53
/
+30
*
wasm2js: Support for flexible module import naming (#5114)
Sam Clegg
2022-10-05
115
-404
/
+324
*
Vacuum: Ignore effects at the entire function scope when possible (#5053)
Alon Zakai
2022-09-19
3
-9
/
+0
*
Effects: Clarify trap effect meaning, and consider infinite loops to trap due...
Alon Zakai
2022-09-16
2
-1
/
+6
*
wasm2js: Don't assume that `env.abort` can always be impored. (#5049)
Sam Clegg
2022-09-16
115
-532
/
+365
*
wasm2js: Have instantiate function take standard import object (#5018)
Sam Clegg
2022-09-14
115
-159
/
+306
*
Avoid adding new unneeded names to blocks in text roundtripping (#4943)
Alon Zakai
2022-08-22
9
-2741
/
+2660
*
[Wasm2JS] Fix lowering of i64.extendN_s instructions (#4321)
taylor.fish
2022-06-24
3
-4
/
+218
*
[wasm2js] Support exports of Globals (#4523)
magic-akari
2022-03-17
3
-0
/
+80
*
Turn an assertion on not colliding with an internal name into an error (#4422)
Alon Zakai
2022-01-05
2
-12
/
+12
*
Allow fractional timeouts in wasm2js Atomics.wait. Followup to #4385 (#4387)
Alon Zakai
2021-12-14
2
-2
/
+2
*
Implement timeout argument in wasm2js_atomic_wait_i32 (#4385)
Sam Clegg
2021-12-11
2
-4
/
+14
*
CoalesceLocals: Use ValueNumbering (#4355)
Alon Zakai
2021-11-24
1
-12
/
+9
*
wasm2js: Don't assume the existence of js assert function (#4357)
Sam Clegg
2021-11-24
2
-2
/
+2
*
CoalesceLocals: Rewrite the algorithm to be linear and to ignore copies (#4314)
Alon Zakai
2021-11-10
3
-35
/
+25
*
[OptimizeInstructions] Canonicalize relational ops with near zero on rhs (#4272)
Max Graey
2021-10-26
3
-5
/
+5
*
OptimizeInstructions: Optimize boolean selects (#4147)
Alon Zakai
2021-09-13
1
-4
/
+4
*
Enable LocalCSE by default (#4089)
Alon Zakai
2021-08-19
4
-77
/
+84
*
[Optimize Instructions] Combine reinterprets, loads and stores (#4006)
Max Graey
2021-07-21
1
-9
/
+1
*
OptimizeInstructions: Move identical unary code out of if/select arms (#3828)
Alon Zakai
2021-04-21
2
-4
/
+4
*
Remove passive keyword from data segment parser (#3757)
Abbas Mashayekh
2021-03-30
1
-2
/
+2
*
Inlining: Always inline single-use functions (#3730)
Alon Zakai
2021-03-29
9
-303
/
+213
*
Add a test for memory.size in wasm2js (#3547)
Alon Zakai
2021-02-04
3
-2
/
+13
*
Rename atomic.notify and *.atomic.wait (#3353)
Heejin Ahn
2020-11-13
1
-3
/
+3
*
wasm2js: Declare data segments before calling asmFunc (#3337)
Sam Clegg
2020-11-11
29
-380
/
+383
*
wasm2js: Support for exported memory (#3323)
Sam Clegg
2020-11-10
29
-206
/
+197
*
[wasm2js] Use native JavaScript Math.trunc (#3329)
Max Graey
2020-11-10
113
-18
/
+148
*
Canonicalize subtraction with constant on the right to addition (#3321)
Max Graey
2020-11-10
14
-20
/
+20
*
wasm2js: Remove global dict arguments to asmFunc (#3325)
Sam Clegg
2020-11-05
113
-4233
/
+2336
*
MemoryPacking: Properly notice zeroFilledMemory (#3306)
Alon Zakai
2020-11-02
3
-7
/
+3
*
RemoveUnusedBrs: Properly check for effects in selectify() (#3310)
Alon Zakai
2020-11-01
3
-33
/
+23
*
Canonicalize relationals as well (#3303)
Max Graey
2020-10-30
6
-14
/
+14
[next]