mirror of
https://github.com/fluencelabs/assemblyscript
synced 2025-06-12 22:41:27 +00:00
Make memory allocators pluggable
This commit is contained in:
@ -1,3 +1,5 @@
|
||||
import "std:memory/arena";
|
||||
|
||||
class AClass {
|
||||
static aStaticField: i32 = 0;
|
||||
aField: i32 = 1;
|
||||
|
Reference in New Issue
Block a user