I noticed that the extism pulls in a lot of dependencies, including cranelift which is a compiler. This seems entirely unnecessary for running plugins, and should be removed in order to speed up compilation. There may also be other unnecessary features.
I tried to make a pull request myself by setting default-features=false and explicitly enabling the wasmtime default features one by one, but that results in various compile errors.