Skip to content
This repository has been archived by the owner on Jun 14, 2023. It is now read-only.

Make package prefix requirement consistent #306

Open
pannous opened this issue Feb 16, 2023 · 0 comments
Open

Make package prefix requirement consistent #306

pannous opened this issue Feb 16, 2023 · 0 comments

Comments

@pannous
Copy link

pannous commented Feb 16, 2023

Currently wapm add needs a prefix, whereas wapm run cannot handle it:

wapm add mark/wasi-version   #OK
wapm add wasi-version # error
wapm run mark/wasi-version  #error
wapm run wasi-version  #OK

Please make package prefix requirement consistent, ideally make prefix optional in wapm add (use first / default) and allow it in wapm run (ignore it).

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant