Skip to content

fix: use package name for cargo wasm artifact#2

Draft
leno23 wants to merge 1 commit into
dirmacs:mainfrom
leno23:hermes-auto/dwasm-1-hyphen-wasm
Draft

fix: use package name for cargo wasm artifact#2
leno23 wants to merge 1 commit into
dirmacs:mainfrom
leno23:hermes-auto/dwasm-1-hyphen-wasm

Conversation

@leno23
Copy link
Copy Markdown

@leno23 leno23 commented May 17, 2026

Summary

  • Keep the cargo build artifact lookup using the package/crate name as passed on the CLI.
  • Keep the hyphen-to-underscore normalization for wasm-bindgen output names.
  • Add unit coverage for hyphenated and non-hyphenated crate names.

Fixes #1

Test plan

  • cargo test
  • git diff --check

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Bug: WASM file lookup fails for crate names containing hyphens

1 participant