summaryrefslogtreecommitdiff
path: root/docs/demo
Commit message (Collapse)AuthorAgeFilesLines
* 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