diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/emscripten-exported.json | 1 | ||||
-rw-r--r-- | src/wasm.js | 2 |
2 files changed, 1 insertions, 2 deletions
diff --git a/src/emscripten-exported.json b/src/emscripten-exported.json index 2a84cda8..28002175 100644 --- a/src/emscripten-exported.json +++ b/src/emscripten-exported.json @@ -12,7 +12,6 @@ "_wasm_init_mem_writer", "_wasm_init_stream", "_wasm_init_stack_allocator", -"_wasm_mark_used_blocks", "_wasm_new_ast_buffer_lexer", "_wasm_offsetof_allocator_alloc", "_wasm_offsetof_allocator_destroy", diff --git a/src/wasm.js b/src/wasm.js index 6761d0f5..38ca2f8f 100644 --- a/src/wasm.js +++ b/src/wasm.js @@ -227,7 +227,7 @@ var JSStringWriter = function() { JSStringWriter.prototype = Object.create(JSWriter.prototype); -// AstLexer /////////////////////////////////////////////////////////////////////// +// AstLexer //////////////////////////////////////////////////////////////////// var AstLexer = function() { throw "AstLexer must be created with $fromBuffer"; }; |