An open API service indexing awesome lists of open source software.

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

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).