summaryrefslogtreecommitdiff
path: root/bin/wasm.js
Commit message (Collapse)AuthorAgeFilesLines
* Make initial and max memory sizes be in pages instead of bytesDerek Schuff2016-03-091-23462/+23519
| | | | | | | The AST and everything that uses it treats the values as pages. Javascript continues to use bytes. This matches v8 and sexpr-wasm, and the consensus from live discussion and PR209 in the spec.
* update wasm.jsAlon Zakai2016-03-071-3242/+2941
|
* br_table, no more casesAlon Zakai2016-03-071-5223/+5588
|
* wasm.js glue integration is now added by emscripten as a pre-js, so it's ↵Alon Zakai2016-03-041-206/+0
| | | | optimized with the rest of the code, and not as part of the wasm.js executable
* update wasm.js buildAlon Zakai2016-03-041-23301/+23281
|
* fix mergeMemoryAlon Zakai2016-03-041-4/+6
|
* Update wasm.jsDerek Schuff2016-03-021-24068/+24268
| | | | There have been several changes to wasm-js.cpp since its last update.
* update wasm.js buildAlon Zakai2016-02-211-5297/+6555
|
* update wasm.js buildAlon Zakai2016-02-191-25103/+24098
|
* update wasm.js buildAlon Zakai2016-02-161-23950/+25099
|
* update wasm.jsAlon Zakai2016-02-081-26867/+27024
|
* relax wasm.js assertions on alignment, and update wasm.js buildAlon Zakai2016-02-011-23670/+25436
|
* add wasm.js buildAlon Zakai2016-01-171-0/+79823