Skip to content

fix: support Flutter web compilation - #1

Open
timcreatedit wants to merge 1 commit into
mainfrom
fix/flutter-web-support
Open

fix: support Flutter web compilation#1
timcreatedit wants to merge 1 commit into
mainfrom
fix/flutter-web-support

Conversation

@timcreatedit

Copy link
Copy Markdown

Summary

  • use platform-specific integer limits so JavaScript builds avoid unsupported 64-bit literals while native parsing keeps its existing limit
  • preserve the native FNV-1a hash API and add an exact cross-platform field hash for generated decoders
  • add coverage ensuring runtime and generated-code hashes stay aligned

Stack

Organization-fork prerequisite for the ClickUp/Max web-support PR. ClickUp dependencies should consume time-loop/crimson:fix/flutter-web-support rather than the personal fork.

Verification

  • dart analyze --fatal-infos --fatal-warnings <changed files>
  • dart test in crimson_test (127 tests)
  • dart compile js example/main.dart
  • flutter build web in a temporary Flutter app consuming Crimson by path, including a successful Wasm dry run

@upwind-code-us

upwind-code-us Bot commented Aug 27, 2026

Copy link
Copy Markdown

Upwind Upwind Code Scan - ✅ Proceed with Deployment

0 newly introduced vulnerabilities · 0 resolved · 0 total in this PR vs main

View full analysis in Upwind Console

Scan completed in 20s

Scan history (1 scan)
Commit Scanned at New Resolved Net
8a15db6 < 2026-08-27 08:52 UTC 0 0 0

Last scanned: 8a15db6 · 2026-08-27 08:52 UTC

@upwind-code-us

upwind-code-us Bot commented Aug 27, 2026

Copy link
Copy Markdown

Upwind Upwind IaC Scan - ✅ Proceed with Deployment

0 misconfigurations detected

No default-branch baseline yet — showing all findings.

View full analysis in Upwind Console →

Scan completed in 4s

Scan history (1 scan)
Commit Scanned at New Resolved Net
8a15db6 < 2026-08-27 08:52 UTC 0 0 0

Last scanned: 8a15db6 · 2026-08-27 08:52 UTC

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant