mirror of
https://github.com/fluencelabs/assemblyscript
synced 2025-06-18 09:21:35 +00:00
Initial external decorator for annotating explicit import names; Use file name as default module name in imports; Emit empty memory if there are no static segments; Update TLSF and examples accordingly
This commit is contained in:
@ -213,7 +213,7 @@ F = reinterpret<f64>(25);
|
||||
var s: usize;
|
||||
|
||||
current_memory();
|
||||
grow_memory(1);
|
||||
grow_memory(1); // also necessary for load/store tests below
|
||||
|
||||
s = current_memory();
|
||||
s = grow_memory(1);
|
||||
|
Reference in New Issue
Block a user