Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Update libwabt.js; fix some runtime issues (#1468) | Ben Smith | 2020-06-18 | 1 | -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 change | Ben Smith | 2020-05-05 | 1 | -10/+10 |
| | |||||
* | Update JS demos (#1398) | Ben Smith | 2020-04-27 | 3 | -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/ directory | Ben Smith | 2020-01-17 | 18 | -0/+11737 |
It's easier to update than gh-pages |