mirror of
https://github.com/fluencelabs/assemblyscript
synced 2025-06-13 15:01:28 +00:00
Rework constructor handling (#446)
This commit is contained in:
@ -191,3 +191,5 @@ export namespace f64 {
|
||||
}
|
||||
|
||||
@builtin export declare function start(): void;
|
||||
|
||||
@builtin export function NATIVE_CODE(): void { unreachable(); }
|
||||
|
Reference in New Issue
Block a user