Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Rename all wasm prefixes to wabt (#298) | Ben Smith | 2017-01-31 | 1 | -1145/+0 |
| | |||||
* | Fix emscripten build to work with 0xc | Ben Smith | 2016-10-10 | 1 | -298/+3 |
| | | | | Also remove all the interpreter stuff. It's still in flux. | ||||
* | use new JavaScript API in demo | Ben Smith | 2016-05-16 | 1 | -0/+2 |
| | | | | Also add download button. | ||||
* | better JavaScript API | Ben Smith | 2016-05-16 | 1 | -380/+1292 |
| | |||||
* | add script to generate emscripten-exported.json | Ben Smith | 2016-05-13 | 1 | -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 demo | Ben Smith | 2016-05-06 | 1 | -1/+1 |
| | |||||
* | rename Lexer -> AstLexer, Parser -> AstParser | Ben Smith | 2016-04-28 | 1 | -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 stuff | Ben Smith | 2016-04-18 | 1 | -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 build | Ben Smith | 2016-04-18 | 1 | -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 demo | Ben Smith | 2016-04-17 | 1 | -13/+125 |
| | |||||
* | bindings for writeBinaryScript | Ben Smith | 2016-04-17 | 1 | -45/+163 |
| | |||||
* | emscripten build, w/ library bindings | Ben Smith | 2016-04-17 | 1 | -0/+278 |