Skip to content

Disable unused dependency features #845

@Nutomic

Description

@Nutomic

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions