mirror of
https://github.com/fluencelabs/assemblyscript
synced 2025-06-18 01:11:32 +00:00
improve rtrace and move it to lib
This commit is contained in:
6
std/assembly/rt/rtrace.ts
Normal file
6
std/assembly/rt/rtrace.ts
Normal file
@ -0,0 +1,6 @@
|
||||
import { BLOCK } from "./common";
|
||||
|
||||
export declare function onalloc(s: BLOCK): void;
|
||||
export declare function onincrement(s: BLOCK): void;
|
||||
export declare function ondecrement(s: BLOCK): void;
|
||||
export declare function onfree(s: BLOCK): void;
|
Reference in New Issue
Block a user