Built yosys.wasm is too large #4822
Labels
needs-info
Issue needs more context/information in order to be resolved
pending-verification
This issue is pending verification and/or reproduction
Version
Yosys 0.48+5 (git sha1 7a362f1, clang++ 18.1.2-wasi-sdk -Oz)
On which OS did this happen?
Linux, WebAssembly
Reproduction Steps
Disable all the features in Makefile
then run
output:
The build wasm is too large (previous version of emcc build wasm is only 12MB)
btw, wasi sdk is
wasi-sdk-24.0-x86_64-linux
Expected Behavior
Expect generated
yosys.wasm
with size of<20MB
Actual Behavior
Generated
yosys.wasm
with size of242MB
The text was updated successfully, but these errors were encountered: