feat(wasm): add browser WebAssembly support - #6
Open
ddurst-nvidia wants to merge 7 commits into
Open
Conversation
ddurst-nvidia
force-pushed
the
feat/ddurst-nvidia/wasm
branch
2 times, most recently
from
August 21, 2026 15:49
3faecfd to
470885e
Compare
|
Auto-sync is disabled for draft pull requests in this repository. Workflows must be run manually. Contributors can view more details about this message here. |
6 tasks
ddurst-nvidia
force-pushed
the
feat/ddurst-nvidia/wasm
branch
3 times, most recently
from
August 24, 2026 15:14
a5ac74d to
a9bac16
Compare
ddurst-nvidia
marked this pull request as ready for review
August 24, 2026 15:15
ddurst-nvidia
force-pushed
the
feat/ddurst-nvidia/wasm
branch
6 times, most recently
from
August 26, 2026 23:59
96a504e to
f0c4b05
Compare
Collaborator
Author
|
/ok to test f0c4b05 |
ddurst-nvidia
force-pushed
the
feat/ddurst-nvidia/wasm
branch
from
August 28, 2026 23:27
f0c4b05 to
341d493
Compare
Signed-off-by: ddurst <267424412+ddurst-nvidia@users.noreply.github.com>
Signed-off-by: ddurst <267424412+ddurst-nvidia@users.noreply.github.com>
Signed-off-by: ddurst <267424412+ddurst-nvidia@users.noreply.github.com>
Signed-off-by: ddurst <267424412+ddurst-nvidia@users.noreply.github.com>
Signed-off-by: ddurst <267424412+ddurst-nvidia@users.noreply.github.com>
Signed-off-by: ddurst <267424412+ddurst-nvidia@users.noreply.github.com>
Signed-off-by: ddurst <267424412+ddurst-nvidia@users.noreply.github.com>
ddurst-nvidia
force-pushed
the
feat/ddurst-nvidia/wasm
branch
from
August 29, 2026 00:42
341d493 to
5bf12c4
Compare
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.
Pull Request
Why
wasm32-unknown-unknownconsumers through a narrow JavaScript boundary.What changed
embed the optional signature schema at compile time.
yaml-sigil-wasmcrate with typedcompose, decompose, sign, and verify results.
stable error codes, and document copying and best-effort zeroization limits.
optimized size reporting, and temporary-artifact cleanup under
cargo xtask wasm.Review guide
crates/yaml-sigil-wasm/src/lib.rsfor the exported API andresult mapping.
crates/yaml-sigil-wasm/tests/for boundary and generated-bindingcoverage.
xtask/src/wasm.rs,.github/workflows/ci.yml, and.github/workflows/pr-ci.ymlfor runtime validation, size measurement, andartifact cleanup.
Compatibility impact
Dependency and licensing impact
wasm-bindgen,js-sys,zeroize,wasm-bindgen-test,console_error_panic_hook, andtempfile; their licenses are MIT,Apache-2.0, or dual MIT/Apache-2.0.
third-party notice is included.
Related issue
Refs #5.
Testing
cargo +1.95.0 xtask cicargo +1.95.0 xtask wasm --candidate-root .with Node.js 22.23.2,Firefox 154.0, and
wasm-pack0.15.0: all 14 shared tests passed in Node.jsand Firefox, the generated API smoke test passed, and no
.wasmoutput wasretained.
RUSTFLAGS='-D warnings' cargo +1.95.0 check --locked --manifest-path xtask/Cargo.toml --target x86_64-pc-windows-gnupython3 -m unittest discover -s .github/scripts -p 'test_protected_pr_ci.py'actionlint1.7.12shuck check .github/scriptsbytes with
json-schema-validate.Checklist
not a language-neutral specification change better handled in
yaml-sigil-spec.
contract in
yaml-sigil-traits; any required
traits changes are already available or tracked as coordinated work.
Signed-off-bytrailer.CONTRIBUTING.mdandSECURITY.md.