You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Remove a copy being made of wasm modules
This commit removes a copy performed when the input file is WebAssembly
when parsing input files on the CLI. This happened due to the
implementation of `Cow::to_owned` but isn't necessary since we have the
original owned copy around to return that instead.
* Review comments
0 commit comments