Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions NOTICE
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ under the licensing terms detailed in LICENSE:
* mooooooi <[email protected]>
* Yasushi Ando <[email protected]>
* Syed Jafri <[email protected]>
* Peter Hayman <[email protected]>

Portions of this software are derived from third-party works licensed under
the following terms:
Expand Down
1 change: 1 addition & 0 deletions std/assembly/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1405,6 +1405,7 @@ declare const F32: typeof _Float;
declare const F64: typeof _Float;
/** Alias of F64. */
declare const Number: typeof F64;
declare type Number = typeof F64;

// User-defined diagnostic macros

Expand Down