Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | wasm2js: Declare data segments before calling asmFunc (#3337) | Sam Clegg | 2020-11-11 | 1 | -3/+0 |
| | | | | | | | | | This is because we maybe need to reference the segments during the start function. For example in the case of pthreads we conditionally load passive segments during start. Tested in emscripten with: tests/runner.py wasm2js1 | ||||
* | wasm2js: Support for exported memory (#3323) | Sam Clegg | 2020-11-10 | 1 | -7/+6 |
| | | | | | The asmFunc now sets the outer scope's `bufferView` variable as well as its own internal views. | ||||
* | [wasm2js] Use native JavaScript Math.trunc (#3329) | Max Graey | 2020-11-10 | 1 | -0/+1 |
| | |||||
* | wasm2js: Remove global dict arguments to asmFunc (#3325) | Sam Clegg | 2020-11-05 | 1 | -43/+30 |
| | |||||
* | wasm2js: Skip heap creation in the absence of wasm memory. NFC (#3167) | Sam Clegg | 2020-09-24 | 1 | -1/+17 |
| | | | | | Also, format the asmFunc call to make it more readable in the ES6 modules case. | ||||
* | wasm2js: Support exported tables (#3152) | Sam Clegg | 2020-09-21 | 1 | -1/+0 |
| | |||||
* | Fix breakage on master from colliding landings (#2927) | Alon Zakai | 2020-06-23 | 1 | -0/+1 |
| | |||||
* | wasm2js: start function support (#2920) | Alon Zakai | 2020-06-22 | 1 | -0/+61 |