mirror of
https://github.com/fluencelabs/assemblyscript
synced 2025-07-15 22:32:16 +00:00
Use stack IR when emitting text format (#312)
This commit is contained in:
@@ -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"
|
||||
|
Reference in New Issue
Block a user