Skip to content

Commit 451706b

Browse files
committed
fix std definition
1 parent 9574185 commit 451706b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

std/assembly/builtins.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -191,3 +191,5 @@ export namespace f64 {
191191
}
192192

193193
@builtin export declare function start(): void;
194+
195+
@builtin export function NATIVE_CODE(): void {}

0 commit comments

Comments
 (0)