You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: revert to manual wasmtime installation with proper URLs
The @wasmtime repository isn't registered in MODULE.bazel, so we can't
query it from Bazel. Reverting to direct GitHub releases download.
Changes:
- Use wasmtime v27.0.0 from GitHub releases
- Platform-specific downloads (linux x64, macos arm64)
- Add TODO to register wasmtime toolchain for future reuse
This fixes the performance test failures caused by missing @wasmtime repo.
0 commit comments