Replies: 2 comments
-
I think this should be an issue in the wasm-bindgen repo? You can link it back here when you open one. Though, from a cursory thought, that's what the |
Beta Was this translation helpful? Give feedback.
0 replies
-
You are right. I have checked some of the other rust projects. It seems like |
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
-
Every time
trunk serve
decides to makewasm-bindgen
generate debug files,wasm-bindgen
just smashes new files intarget/wasm-bindgen/debug
. After a handful amount of generations, the folder has accumulated tons of files.The same goes to
trunk build --release
, which swells up thetarget/wasm-bindgen/release
folderI think
trunk serve
should cleantarget/wasm-bindgen/debug
andtarget/wasm-bindgen/release
beforehand respectively.Beta Was this translation helpful? Give feedback.
All reactions