chore: port pending executor and release hardening - #37
Conversation
Wasmtime 48 is an LTS release supported for 24 months. wasm-tools moves to v1.254.0 in lockstep because Wasmtime pins wasmparser 0.254.
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Path: .coderabbit.yaml Review profile: CHILL Plan: Advanced Run ID: ⛔ Files ignored due to path filters (14)
📒 Files selected for processing (7)
Included review availability: Your plan provides up to 1 included review per hour; 0 remain after this review. 📝 WalkthroughWalkthroughThe changes extend Wasmtime with semantic stack limits, configurable floating-point execution, renamed nondeterministic-instruction traps, memory fingerprint APIs, local wasm-tools dependencies, updated wiggle bindings, and deterministic backtrace limits. They also expose ChangesWasmtime runtime and tooling
Priority: ➖ Normal Estimated code review effort: 5 (Critical) | ~90 minutes Change: Other Sequence Diagram(s)sequenceDiagram
participant WasmFunction
participant FuncEnvironment
participant VMStoreContext
WasmFunction->>FuncEnvironment: enter function
FuncEnvironment->>VMStoreContext: load stack limits
FuncEnvironment->>VMStoreContext: store decremented limits
WasmFunction->>FuncEnvironment: return or catch exception
FuncEnvironment->>VMStoreContext: restore limits
Merge Risk: ⚪ Minimal · up to The runtime integration changes have no identified actionable regression, so the change is ready to merge after normal checks. 🚥 Pre-merge checks | ✅ 4 | ❌ 1❌ Failed checks (1 warning)
✅ Passed checks (4 passed)
Full details: Docstring CoverageExplanation Docstring coverage is 0.00% which is insufficient. The required threshold is 80.00%. Docstring coverage is scoped to functions touched by this diff. Analyzed 1 functions across 1 files. (6 skipped: 6 unsupported.)
✨ Finishing Touches 💡 1📝 Generate docstrings 💡
🧪 Generate unit tests (beta)
Warning Some tools did not complete. Review the errors below. 🔧 Clippy (1.98.0)Clippy execution failed 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 |
Auto-opened executor mirror of genlayerlabs/genvm-manager#36.
Carries the executor-side work for that manager PR. The manager branch update fast-forwards
v0.2-devto its pinned commit after landing.Summary by CodeRabbit
New Features
Bug Fixes