Skip to content

Commit b1fc6da

Browse files
committed
1 parent 280e2b9 commit b1fc6da

File tree

3 files changed

+9
-9
lines changed

3 files changed

+9
-9
lines changed

package-lock.json

Lines changed: 7 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
"@types/node": "^18.19.75",
3333
"@typescript-eslint/eslint-plugin": "^5.62.0",
3434
"@typescript-eslint/parser": "^5.62.0",
35-
"as-float": "^1.0.0",
35+
"as-float": "^1.0.1",
3636
"diff": "^7.0.0",
3737
"esbuild": "^0.25.0",
3838
"eslint": "^8.57.1",

src/glue/js/float.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,4 @@ declare function f32_as_i32(value: f32): i32;
77
declare function i32_as_f32(value: i32): f32;
88
declare function f64_as_i64(value: f64): i64;
99
declare function i64_as_f64(value: i64): f64;
10-
declare function f64_pow(value: f64, exponent: f64): f64;
10+
declare function f64_pow(value: f64, exponent: f64): f64;

0 commit comments

Comments
 (0)