From 0bced4a1b95a6f3d258fdef9f8216d339aa7854a Mon Sep 17 00:00:00 2001 From: JairusSW Date: Fri, 19 Aug 2022 11:58:39 -0700 Subject: [PATCH 1/2] Fix: i64_signbit type def --- src/glue/js/i64.d.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/glue/js/i64.d.ts b/src/glue/js/i64.d.ts index 4b0d28bdb9..6c06a428a4 100644 --- a/src/glue/js/i64.d.ts +++ b/src/glue/js/i64.d.ts @@ -48,7 +48,7 @@ declare function i64_lt(left: i64, right: i64): boolean; declare function i64_lt_u(left: i64, right: i64): boolean; declare function i64_align(value: i64, alignment: i32): i64; -declare function i64_signbit(value): boolean; +declare function i64_signbit(value: i64): boolean; declare function i64_is_i8(value: i64): boolean; declare function i64_is_i16(value: i64): boolean; From 104702cee50f2f0543a82b465626dad2cd143f0c Mon Sep 17 00:00:00 2001 From: Jairus Tanaka <60235514+JairusSW@users.noreply.github.com> Date: Fri, 19 Aug 2022 13:12:31 -0700 Subject: [PATCH 2/2] Update NOTICE file --- NOTICE | 1 + 1 file changed, 1 insertion(+) diff --git a/NOTICE b/NOTICE index bf6d984510..7b53ee0470 100644 --- a/NOTICE +++ b/NOTICE @@ -51,6 +51,7 @@ under the licensing terms detailed in LICENSE: * Adrien Zinger * Ruixiang Chen * Daniel Salvadori +* Jairus Tanaka Portions of this software are derived from third-party works licensed under the following terms: