summaryrefslogtreecommitdiff
path: root/docs/demo/wasm2wat
Commit message (Collapse)AuthorAgeFilesLines
* Fix label 'for' attributes to match input 'id's in demo (#2499)Leo Toneff2024-10-301-1/+1
|
* Enable features in libwabt.js by default (#2109)Marcus Better2022-12-272-23/+16
| | | | | | | | | | 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.
* feat: 🎸 drag file to editor trigger recompile (#1598)IWANABETHATGUY2021-02-231-4/+30
| | | | | | | | | * feat: 🎸 drag file to editor trigger recompile * fix: 🐛 code style, fix reviewd problem * style: 💄 semicolon ✅ Closes: g
* Update JS demos (#1398)Ben Smith2020-04-272-15/+59
| | | | | | * Recompile libwabt.js using latest emscripten * Add features checkbox for wasm2wat (like wat2wasm) * Remove call to `_wabt_resolve_names_module`, since that's always done now when parsing text
* Move documentation to docs/ directoryBen Smith2020-01-173-0/+237
It's easier to update than gh-pages