Replies: 1 comment
-
cc @kevaundray |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Problem
I made some work with repo
The issue consists of two parts.
===
First part is duplications in
nargo_cli
cmd
's modules. I noticed that most of thecmd
's modulerun
methods have code:It seems like it can be moved to some init routine.
===
The second part is related to
wasm
crate. There are some duplication betweenwasm
andnargo_cli
compile module. It is necessary because wasm cannot work with filesystem. See the strategies inHappy Case
section.Happy Case
Fist part:
run
method and its callSecond part:
Feel free to comment the considerations!
Alternatives Considered
No response
Additional Context
No response
Would you like to submit a PR for this Issue?
No
Support Needs
No response
Beta Was this translation helpful? Give feedback.
All reactions