Conversation
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.
Motivation
The existing package graph verifies source identities but ships metadata only. This change turns those boundaries into buildable Rust crates and checked-in WebAssembly outputs.
Closes #9
Changes
krad-clang,krad-musl,krad-libs, andkrad-utilsno_stdRust Wasm libraries and compile a real C++ fixture through Cheerp.wasm/ES-module artifacts and document exact limitsVerification
cargo fmt --all -- --checkcargo clippy --workspace --all-targets -- -D warningscargo test --workspace(7 tests)cargo run -p krad-utils -- build ../research distkrad_add(20, 22) == 42; Rust Wasm exports returned expected valuesfile dist/*: four WebAssembly MVP modulesRisks
The build trusts only the exact pinned local source checkouts and SHA-verified Cheerp archive. It does not provide a complete libc/sysroot, in-browser compiler, Linux/BSD distribution, or measured advantage over Cheerp. The commit is unsigned at the user request because the configured SSH signing key was locked.
Rollback
Revert commit
46ebcb7af1384f03e720209d4ea064229c2849ec.