Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [WebAssembly] Don't export __data_end and __heap_base by default. | Sam Clegg | 2019-05-31 | 1 | -6/+0 |
* | [WebAssebmly] Allow __wasm_call_ctors to be GC'ed | Sam Clegg | 2019-03-01 | 1 | -12/+7 |
* | [WebAssembly] Refactor handling of weak undefined functions. NFC. | Sam Clegg | 2019-02-07 | 1 | -2/+2 |
* | [WebAssembly] Respect `--no-mangle` in more locations | Sam Clegg | 2018-11-09 | 1 | -4/+6 |
* | [WebAssembly] Add --[no]-export-dynamic to replace --export-default | Sam Clegg | 2018-09-27 | 1 | -2/+2 |
* | [WebAssembly] Don't error when --undefined symbols are not found | Sam Clegg | 2018-08-04 | 1 | -3/+3 |
* | [WebAssembly] Remove final -wasm component of target triple. NFC. | Sam Clegg | 2018-05-10 | 1 | -1/+1 |
* | [WebAssembly] Check function signatures by default | Sam Clegg | 2018-05-05 | 1 | -2/+2 |
* | [WebAssembly] Demangle symbol names for use by the browser debugger | Nicholas Wilson | 2018-03-13 | 1 | -0/+66 |