https://github.com/huckleberry-inc/shopify-function-example-assemblyscript
https://github.com/huckleberry-inc/shopify-function-example-assemblyscript
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/huckleberry-inc/shopify-function-example-assemblyscript
- Owner: huckleberry-inc
- Created: 2022-06-25T02:05:08.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2024-06-20T08:14:04.000Z (12 months ago)
- Last Synced: 2025-04-12T03:11:38.364Z (about 2 months ago)
- Language: TypeScript
- Size: 136 KB
- Stars: 12
- Watchers: 3
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Shopify Functions example for AssesmblyScript
## Usage
Install npms.
```
yarn
```Build WASI file.
```
yarn asbuild
```And then, You can push WASI file to Shopify using [Shopify CLI 3.0](https://shopify.dev/apps/tools/cli).
Or, You can check performance using [function-runner](https://github.com/Shopify/function-runner).