summaryrefslogtreecommitdiff
path: root/src/emscripten-exports.txt
Commit message (Collapse)AuthorAgeFilesLines
* Enable features in libwabt.js by default (#2109)Marcus Better2022-12-271-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 Better2022-12-221-0/+2
|
* Use flat format for emscriptnen exported function list. NFC (#2108)Sam Clegg2022-12-211-0/+56