Bump wasm-cxx-shim to v0.4.0 + manifold pin to 3ce9622b#43
Merged
Conversation
Shim's v0.4.0 dropped the iostream carry-patch (upstream manifold#1690 merged) and moved its tested pin to upstream master `3ce9622b`. We pin host to the same commit so the wasm-uu lane and host build see the same C API surface. No version bump — sys/safe versions stay at 3.4.107 / 0.1.8 (already pre-bumped, not yet released). Verified: - All 222 host integration tests pass against the new manifold pin - wasm-uu CI-equivalent build clean, produced wasm has zero unexpected imports - 13 playground node tests pass against the new build - cargo fmt + clippy clean
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Shim's v0.4.0 dropped the iostream carry-patch (manifold#1690 merged upstream) and moved its tested pin to `3ce9622b`. Pinning host to the same commit keeps the wasm-uu lane and host build aligned.
No version bump — staying at 3.4.107 / 0.1.8 per request to defer the next release.
Test plan