summaryrefslogtreecommitdiff
path: root/docs/demo
Commit message (Collapse)AuthorAgeFilesLines
* WastLexer: log lexing errors directly (#2013)Keith Winstein2022-10-031-36/+14
| | | | | * Log all lexing errors in WastLexer (rather than via parser) * Update docs/demo/libwabt.js
* Update libwabt.js (#1907)Ben Smith2022-04-281-9/+13
|
* Add base64 encoding support to wat2wasm demo (#1903)Zoltan Herczeg2022-04-252-4/+33
| | | | | | A new button is added for base64 encoding of the wasm binary. This allows getting the binary without downloading it. Co-authored-by: Zoltan Herczeg <hzmester@freemail.hu>
* Enable mutli-value checkbox in wat2wasm demo html (#1657)UltimatePro-Grammer2022-03-041-1/+1
|
* Finish instruction renaming (#1792)Heejin Ahn2021-12-202-2/+2
| | | | | | | | | | | | | This finishes #985. This - replaces the old names in the tests with the new names - drops support for the deprecated names - renames test files to match new instruction names I don't think dropping support for the old names will be a problem at this point. #985 says the old names are supported for convenience but we should remove those too at some point; that "some point" may have well arrived given that three years have passed. The lists of names updated are in #933, #1564, WebAssembly/spec#720.
* 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
* Fix emscripten build; rebuild libwabt.js (#1583)Ben Smith2020-12-041-18/+17
| | | Not sure how this line got removed...
* Update libwabt.js; fix some runtime issues (#1468)Ben Smith2020-06-181-11/+11
| | | | | | | libwabt.js is meant to be included in multiple environments (web, node.js, etc.) so it shouldn't be using NODERAWFS. A recent change to the build system include `-s NODERAWFS` for all link steps, but those are only needed for the wabt executables (e.g. wasm2wast.js).
* Update emscripten build after SIMD changeBen Smith2020-05-051-10/+10
|
* Update JS demos (#1398)Ben Smith2020-04-273-32/+93
| | | | | | * 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-1718-0/+11737
It's easier to update than gh-pages