Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

One package one command #310

Open
oovm opened this issue Dec 24, 2024 · 1 comment
Open

One package one command #310

oovm opened this issue Dec 24, 2024 · 1 comment

Comments

@oovm
Copy link
Contributor

oovm commented Dec 24, 2024

According to the current design, can a package only contain one command line?
,
For example, if a user installs my:wasm-tools, can the user use multiple commands such as <wasm-runtime> wasm-encode, <wasm-runtime> wasm-print, etc.?

@lann
Copy link
Collaborator

lann commented Jan 2, 2025

A package can contain only one wasm binary; how that binary is executed is up to the runtime but one command per package is probably a safe assumption today.

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

No branches or pull requests

2 participants