Skip to content

Conversation

@carrowmw
Copy link

@carrowmw carrowmw commented Dec 5, 2025

Summary

Fixes incorrect commands in the developer setup section of the README.

Changes

  • Fixed package filter name: uatp_template@uatp/template
  • Fixed script name: wasmrust
  • Added Rust/rustup as a prerequisite (required before installing wasm-pack)

Why

The previous commands failed with:

  • "No projects matched the filters" (wrong package name)
  • "None of the selected packages has a wasm script" (wrong script name)
  • wasm-pack installer fails without rustup installed

- change: uatp_template to @uatp/template
- chang:  wasm script to rust (correct script name)
- add: rust as prerequisite (required by wasm-pack)
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.

1 participant