want to avoid duplicate wasm files during the build process.
loading wasm in both the background and content script. When build in this state, the same wasm gets duplicated. How can we use the same wasm in both the background and content script without duplication?
0 Replies