Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Enable features in libwabt.js by default (#2109) | Marcus Better | 2022-12-27 | 1 | -0/+14 |
| | | | | | | | | | | This applies the same defaults for features in the JavaScript-compiled version as the native tools. Without this change, enabling only the "reference_types" feature did not work, as it got turned off due to the dependency on "bulk_memory", which is counter-intuitive (see Features::UpdateDependencies()). Additionally, exposes all the features and their default setting in JavaScript. | ||||
* | Add relaxed SIMD to wabt.js features (#2107) | Marcus Better | 2022-12-22 | 1 | -0/+2 |
| | |||||
* | Use flat format for emscriptnen exported function list. NFC (#2108) | Sam Clegg | 2022-12-21 | 1 | -0/+56 |