mirror of
https://github.com/fluencelabs/assemblyscript
synced 2025-06-21 02:31:41 +00:00
Added paths option to resolve stdlib imports in IDEs (#637)
This commit is contained in:
committed by
Daniel Wirtz
parent
f9a77b132f
commit
334d944f67
1
std/assembly/rt/index.d.ts
vendored
1
std/assembly/rt/index.d.ts
vendored
@ -10,3 +10,4 @@ declare function __visit(ref: usize, cookie: i32): void;
|
||||
declare function __visit_globals(cookie: u32): void;
|
||||
declare function __visit_members(ref: usize, cookie: u32): void;
|
||||
declare function __allocArray(length: i32, alignLog2: usize, id: u32, data?: usize): usize;
|
||||
declare const ASC_RTRACE: boolean;
|
Reference in New Issue
Block a user