Skip to content

Latest commit

 

History

History
16 lines (10 loc) · 601 Bytes

File metadata and controls

16 lines (10 loc) · 601 Bytes

Shopify Function development with Rust

Dependencies

Building the function

You can build this individual function using cargo build.

cargo build --target=wasm32-unknown-unknown --release

The Shopify CLI build command will also execute this, based on the configuration in shopify.extension.toml.