diff options
Diffstat (limited to 'src/wasm-as.cpp')
-rw-r--r-- | src/wasm-as.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/wasm-as.cpp b/src/wasm-as.cpp index c2a8abc6e..eb03f853a 100644 --- a/src/wasm-as.cpp +++ b/src/wasm-as.cpp @@ -48,7 +48,7 @@ int main(int argc, const char *argv[]) { Element& root = *parser.root; if (options.debug) std::cerr << "w-parsing..." << std::endl; - AllocatingModule wasm; + Module wasm; SExpressionWasmBuilder builder(wasm, *root[0], [&]() { abort(); }); if (options.debug) std::cerr << "binarification..." << std::endl; |