Skip to content

Make wasm-opt mandatory for Releases #39

Open
@holgerd77

Description

@holgerd77

The wasm-opt Rust package is marked as optional - see here in the Rust build script - and build is also running if the package is not installed.

This is suboptimal since this bears the risk of doing releases without the optimization step. This should especially be avoided since - if we merge things to master on the monorepo side, this library will get published within the realm of our normal library stack.

So we should either make this mandatory by default in general or alternatively add a check later in the pipeline (when doing releases e.g., with a pre-publish hook or something?).

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