diff options
author | Ben Smith <binjimin@gmail.com> | 2017-06-14 01:07:14 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-06-14 01:07:14 -0700 |
commit | 013802ca01035365e2459c70f0508481393ac075 (patch) | |
tree | 0bd76d477832451fd27a675f959ae3932e4cb7fc /src/source-error-handler.h | |
parent | e0ba9fbd75661a573ce9087d7f5e5e2d909bbb8f (diff) | |
download | wabt-013802ca01035365e2459c70f0508481393ac075.tar.gz wabt-013802ca01035365e2459c70f0508481393ac075.tar.bz2 wabt-013802ca01035365e2459c70f0508481393ac075.zip |
Add wasm2wast functionality to emscripten build (#491)
* Add demo index landing page
* Move old demo index -> wast2wasm/index.html
* Add demo for wasm2wast
* Fix bug when setting default values in JS:
`foo || true` will never be false, need to check for undefined
specifically.
* Fix bug in `allocateBuffer`; the offset in TypedArray.set is the
offset of the source buffer not the destination. You have to create a
new view to change the destination offset.
* Add new functionality to the emscripten build:
- Read binary file into `WasmModule`
- Converting from `WasmScript`/`WasmModule` to text or binary
* Wrap `libwabt.js` module in IIFE so as to not pollute the global
namespace with emscripten junk
Diffstat (limited to 'src/source-error-handler.h')
0 files changed, 0 insertions, 0 deletions