- Install Rust
- On Windows, Rust requires the Microsoft C++ Build Tools. Be sure to select the Desktop development with C++ workload when installing them.
You can build this individual function using cargo build.
cargo build --target=wasm32-unknown-unknown --releaseThe Shopify CLI build command will also execute this, based on the configuration in shopify.extension.toml.