Skip to content

Commit bfffda5

Browse files
committed
chore: make path in rust allocator dynamic
1 parent 97aefb8 commit bfffda5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

discounts/rust/discounts-allocator/default/shopify.extension.toml.liquid

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ type = "function"
1313

1414
[extensions.build]
1515
command = "cargo wasi build --release"
16-
path = "target/wasm32-wasi/release/discounts-allocator.wasm"
16+
path = "target/wasm32-wasi/release/{{handle | replace: " ", "-" | downcase}}.wasm"
1717
watch = [ "src/**/*.rs" ]
1818

1919
[extensions.ui.paths]

0 commit comments

Comments
 (0)