Skip to content

Fix precision loss in reading f64

ba40222
Select commit
Loading
Failed to load commit list.
Merged

Hotfix WASM.value parsing #75

Fix precision loss in reading f64
ba40222
Select commit
Loading
Failed to load commit list.
GitHub Advanced Security / ESLint failed May 30, 2026 in 5s

6 new alerts including 6 errors

New alerts in code changed by this pull request

  • 6 errors

See annotations below for details.

View all branch alerts.

Annotations

Check failure on line 15 in src/framework/scenario/Invoker.ts

See this annotation in the file changed.

Code scanning / ESLint

Disallow the `any` type Error

Unexpected any. Specify a different type.

Check failure on line 15 in src/framework/scenario/Invoker.ts

See this annotation in the file changed.

Code scanning / ESLint

Disallow the `any` type Error

Unexpected any. Specify a different type.

Check failure on line 27 in src/framework/scenario/Invoker.ts

See this annotation in the file changed.

Code scanning / ESLint

Disallow the `any` type Error

Unexpected any. Specify a different type.

Check failure on line 63 in src/messaging/Parsers.ts

See this annotation in the file changed.

Code scanning / ESLint

Require `const` declarations for variables that are never reassigned after declared Error

'x' is never reassigned. Use 'const' instead.

Check failure on line 70 in src/messaging/Parsers.ts

See this annotation in the file changed.

Code scanning / ESLint

Disallow the `any` type Error

Unexpected any. Specify a different type.

Check failure on line 27 in src/sourcemap/Wasm.ts

See this annotation in the file changed.

Code scanning / ESLint

Disallow accidentally using the "empty object" type Error

An interface declaring no members is equivalent to its supertype.