mirror of
https://github.com/fluencelabs/assemblyscript
synced 2025-06-21 18:51:43 +00:00
rt hooks all over the place
still some work to do on optimizing away retain/release calls, but this looks promising
This commit is contained in:
@ -157,7 +157,7 @@ export declare function offsetof<T>(fieldName?: string): usize; // | u32 / u64
|
||||
export declare function select<T>(ifTrue: T, ifFalse: T, condition: bool): T;
|
||||
|
||||
// @ts-ignore: decorator
|
||||
@builtin
|
||||
@unsafe @builtin
|
||||
export declare function unreachable(): void;
|
||||
|
||||
// @ts-ignore: decorator
|
||||
|
Reference in New Issue
Block a user