eval: bump wasm-bindgen-utils to 0.1.2 - #525
Conversation
0.0.10 doesn't compile against wasm-bindgen 0.2.122, which the wider Rain ecosystem (rain-math-float, rain-metadata) pulls in via wasm-bindgen-utils 0.1.2. A consumer like raindex that depends on both rainlang-eval and those crates ends up with two incompatible wasm-bindgen-utils; aligning eval on 0.1.2 lets it build for wasm. Bumps wasm-bindgen 0.2.100 -> 0.2.122 / js-sys -> 0.3.99 to match. Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Path: .coderabbit.yaml Review profile: CHILL Plan: Pro Run ID: ⛔ Files ignored due to path filters (1)
📒 Files selected for processing (1)
📝 WalkthroughWalkthroughThis PR updates the workspace dependency ChangesWorkspace Dependency Update
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~2 minutes Possibly related issues
Poem
🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
|
Actionable comments posted: 0 |
|
@coderabbitai assess this PR size classification for the totality of the PR with the following criterias and report it in your comment: S/M/L PR Classification Guidelines:This guide helps classify merged pull requests by effort and complexity rather than just line count. The goal is to assess the difficulty and scope of changes after they have been completed. Small (S)Characteristics:
Review Effort: Would have taken 5-10 minutes Examples:
Medium (M)Characteristics:
Review Effort: Would have taken 15-30 minutes Examples:
Large (L)Characteristics:
Review Effort: Would have taken 45+ minutes Examples:
Additional Factors to ConsiderWhen deciding between sizes, also consider:
Notes:
|
|
Tip For best results, initiate chat on the files or code changes. SIZE=S |
wasm-bindgen-utils 0.0.10doesn't compile againstwasm-bindgen 0.2.122, which the rest of the Rain ecosystem (rain-math-float, rain-metadata) pulls in viawasm-bindgen-utils 0.1.2. A consumer like raindex that depends on both rainlang-eval and those crates ends up with two incompatiblewasm-bindgen-utilsversions and can't build for wasm.Aligning rainlang-eval on
wasm-bindgen-utils 0.1.2(and bumpingwasm-bindgen0.2.100 → 0.2.122 /js-sys→ 0.3.99 to match) fixes the wasm build. Native + wasm workspace both compile (cli excluded from wasm as usual).Republishes rainlang-eval, the last piece for raindex's wasm build on crates.io.
🤖 Generated with Claude Code
Summary by CodeRabbit