summaryrefslogtreecommitdiff
path: root/src/wasm.js
Commit message (Collapse)AuthorAgeFilesLines
* Rename all wasm prefixes to wabt (#298)Ben Smith2017-01-311-1145/+0
|
* Fix emscripten build to work with 0xcBen Smith2016-10-101-298/+3
| | | | Also remove all the interpreter stuff. It's still in flux.
* use new JavaScript API in demoBen Smith2016-05-161-0/+2
| | | | Also add download button.
* better JavaScript APIBen Smith2016-05-161-380/+1292
|
* add script to generate emscripten-exported.jsonBen Smith2016-05-131-7/+0
| | | | | It would be nicer to have this automatically integrated with the build, but this is OK for now.
* some minor fixes for the emscripten demoBen Smith2016-05-061-1/+1
|
* rename Lexer -> AstLexer, Parser -> AstParserBen Smith2016-04-281-15/+15
| | | | | This matches other files, and will be nicer if other lexers/parsers are added. Also remove some references to flex, and the flex lexer.
* more demo stuffBen Smith2016-04-181-0/+7
| | | | | | | | * Need to call wasm.markUsedBlocks for the binary writer to work properly * Make .wast and .wasm into links * Add another example, with a bunch of sections * Clamp the length of the error caret line
* fix emscripten release buildBen Smith2016-04-181-3/+21
| | | | | | The emscripten release build loads the module memory asynchronously, which means you can't call any of the module functions until it has loaded.
* display binary writer logs in demoBen Smith2016-04-171-13/+125
|
* bindings for writeBinaryScriptBen Smith2016-04-171-45/+163
|
* emscripten build, w/ library bindingsBen Smith2016-04-171-0/+278