Replies: 2 comments 1 reply
This comment was marked as off-topic.
This comment was marked as off-topic.
-
@mortax This is unfortunately extremely difficult with the current way the compiler is built and how caching works. We plan to support this once we have a proper build tool (codenamed Silo) where we'll be tracking each file compiled. |
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
-
Currently, if i run a program directly, i.e.:
I am left with
thing.gr.wasm
and atarget
in the source directory:I would love to be able to run a program without retained artifacts, e.g.:
Beta Was this translation helpful? Give feedback.
All reactions