Use stack IR when emitting text format (#312)

This commit is contained in:
Daniel Wirtz
2018-11-08 08:04:24 +01:00
committed by GitHub
parent 7135af36bd
commit 2bdc2a72f1
194 changed files with 239934 additions and 340697 deletions

View File

@@ -397,9 +397,7 @@ export class Compiler extends DiagnosticEmitter {
: 0;
module.setMemory(
numPages,
this.options.isWasm64
? Module.MAX_MEMORY_WASM64
: Module.MAX_MEMORY_WASM32,
Module.UNLIMITED_MEMORY,
this.memorySegments,
options.target,
"memory"