mirror of
https://github.com/fluencelabs/assemblyscript
synced 2025-06-25 20:51:44 +00:00
monkey-patch loader
This commit is contained in:
@ -1,5 +1,3 @@
|
||||
import "allocator/tlsf";
|
||||
|
||||
export { memory };
|
||||
|
||||
export const COLOR: string = "red";
|
||||
@ -39,10 +37,6 @@ export class Car {
|
||||
this.doorsOpen = false;
|
||||
return true;
|
||||
}
|
||||
|
||||
dispose(): void {
|
||||
memory.free(changetype<usize>(this));
|
||||
}
|
||||
}
|
||||
|
||||
export function sum(arr: Int32Array): i32 {
|
||||
|
Reference in New Issue
Block a user