-
The WASM is around 15mb, is there a way to reduce its size by removing support for certain features / modules. |
Beta Was this translation helpful? Give feedback.
Answered by
dlemstra
Oct 12, 2024
Replies: 1 comment
-
That would require you to do your own custom build of the native library that is creating the |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
eviewer
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
That would require you to do your own custom build of the native library that is creating the
.wasm
file. That requires some knowledge of ImageMagick and it's dependencies and will be something you will need to figure out yourself.