Skip to content

Commit e8bb42e

Browse files
authored
Note export default
1 parent 991831f commit e8bb42e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

example_with_targets/README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,8 @@ export = "function_b"
7878

7979
- `target`: the API-specific handle for the target implemented by the Wasm function
8080
- `input_query`: the path to the target-specific input query file
81-
- `export`: the name of the Wasm function export to run
81+
- `export` (optional): the name of the Wasm function export to run
82+
- default: the target handle as `snake_case`
8283

8384
## `shopify_function_target` usage
8485

0 commit comments

Comments
 (0)