index
:
forks/binaryen.git
main
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
js
/
binaryen.js-post.js
Commit message (
Expand
)
Author
Age
Files
Lines
*
QFMA/QFMS instructions (#2328)
Thomas Lively
2019-09-03
1
-6
/
+23
*
Add mutable parameter to global imports in C/JS API (#2317)
Daniel Wirtz
2019-09-03
1
-2
/
+2
*
Add missing new features to the C and JS APIs (#2312)
Daniel Wirtz
2019-08-28
1
-0
/
+2
*
Add atomic.fence instruction (#2307)
Heejin Ahn
2019-08-27
1
-11
/
+25
*
Add initial support for anyref as an opaque type (#2294)
Jay Phelps
2019-08-20
1
-0
/
+1
*
Add basic exception handling support (#2282)
Heejin Ahn
2019-08-13
1
-0
/
+48
*
More push/pop support (#2260)
Heejin Ahn
2019-07-24
1
-0
/
+32
*
Tail call C/JS API (#2223)
Thomas Lively
2019-07-15
1
-0
/
+10
*
Rename except_ref type to exnref (#2224)
Heejin Ahn
2019-07-14
1
-1
/
+1
*
Add event section (#2151)
Heejin Ahn
2019-05-31
1
-0
/
+37
*
Add Features.MVP and Features.All to binaryen.js (#2148)
Heejin Ahn
2019-05-29
1
-0
/
+2
*
Add `getGlobal` to binaryen.js (#2142)
Heejin Ahn
2019-05-24
1
-0
/
+5
*
Reflect instruction renaming in code (#2128)
Heejin Ahn
2019-05-21
1
-38
/
+30
*
Features C/JS API (#2049)
Thomas Lively
2019-05-17
1
-0
/
+17
*
Add missing methods for globals to binaryen.js (#2099)
Heejin Ahn
2019-05-13
1
-5
/
+7
*
Add except_ref type (#2081)
Heejin Ahn
2019-05-07
1
-0
/
+1
*
Passive segments (#1976)
Thomas Lively
2019-04-05
1
-2
/
+7
*
Rename atomic wait/notify instructions (#1972)
Heejin Ahn
2019-03-30
1
-6
/
+6
*
Add BinaryenConstGetValueV128 to C/JS-API (#1931)
Daniel Wirtz
2019-03-13
1
-32
/
+63
*
avoid the deprecated and removed Pointer_stringify (#1906)
Alon Zakai
2019-02-07
1
-21
/
+21
*
fix binaryen.js bindings handling of literals (#1896)
Alon Zakai
2019-02-06
1
-2
/
+2
*
Bulk memory operations (#1892)
Thomas Lively
2019-02-05
1
-0
/
+50
*
Massive renaming (#1855)
Thomas Lively
2019-01-07
1
-13
/
+27
*
Rename `idx` to `index` in SIMD code for consistency (#1836)
Thomas Lively
2018-12-18
1
-30
/
+30
*
SIMD (#1820)
Thomas Lively
2018-12-13
1
-0
/
+646
*
Implement nontrapping float-to-int instructions (#1780)
Thomas Lively
2018-12-04
1
-0
/
+40
*
Add v128 type (#1777)
Thomas Lively
2018-11-29
1
-1
/
+1
*
Relooper CFG optimizations (#1759)
Alon Zakai
2018-11-21
1
-79
/
+96
*
Add Module#emitStackIR to the JS-API (#1717)
Daniel Wirtz
2018-10-31
1
-0
/
+10
*
Shared memory support for add memory import and set memory functions. (#1686)
Nidin Vinayakan
2018-10-11
1
-4
/
+5
*
Add BinaryenRemoveGlobal / Module.removeGlobal to C/JS API (#1692)
Daniel Wirtz
2018-10-09
1
-0
/
+5
*
Add initial/maximum table size parameters to C/JS API (#1687)
Daniel Wirtz
2018-09-28
1
-4
/
+5
*
Unify imported and non-imported things (#1678)
Alon Zakai
2018-09-19
1
-27
/
+8
*
remove PageSize and HasFeature, which wasm removed a while back (#1667)
Alon Zakai
2018-09-12
1
-5
/
+0
*
BinaryenSetFunctionTable now accepts array of func names not funcs. (#1650)
Jay Phelps
2018-09-01
1
-2
/
+4
*
Proper error handling in add* and get* methods (#1570)
Alon Zakai
2018-07-10
1
-0
/
+9
*
emscripten no longer allows modifying Module['print'] at runtime. Modify the ...
Alon Zakai
2018-07-03
1
-9
/
+9
*
Add a way to remove function types to Binaryen-C/.js (#1536)
Daniel Wirtz
2018-05-08
1
-0
/
+5
*
Expose sign extension ops in Binaryen-C/.js (#1534)
Daniel Wirtz
2018-05-07
1
-0
/
+20
*
Fix hard-wired buffer limit in the JS API (#1394)
Daniel Wirtz
2018-02-01
1
-21
/
+16
*
Sourcemap support for Binaryen C/JS (#1392)
Daniel Wirtz
2018-01-29
1
-19
/
+45
*
Use Emscripten's MODULARIZE_INSTANCE when building binaryen.js (#1368)
Daniel Wirtz
2018-01-19
1
-16
/
+0
*
Add optimize, shrink level and debug info options to C/JS (#1357)
Daniel Wirtz
2018-01-17
1
-4
/
+49
*
Fixes for #5998 (#1341)
Alon Zakai
2017-12-30
1
-1465
/
+1449
*
Add getters for various specific expression fields to C/JS (#1332)
Daniel Wirtz
2017-12-20
1
-48
/
+315
*
binaryen.js improvements (#1324)
Alon Zakai
2017-12-07
1
-13
/
+17
*
JS: Make 'segments' optional in setMemory (#1310)
Daniel Wirtz
2017-11-29
1
-0
/
+1
*
Provide AddImport/AddExport for each element in the C-API (#1292)
Daniel Wirtz
2017-11-22
1
-4
/
+36
*
Running passes on a single function in binaryen-c/.js (#1295)
Daniel Wirtz
2017-11-21
1
-1
/
+27
*
Add atomic load/store to binaryen-c/.js (#1298)
Daniel Wirtz
2017-11-20
1
-0
/
+42
[next]