1.0.1 • Published 2 years ago

@shopify/scriptsx v1.0.1

Weekly downloads
-
License
ISC
Repository
github
Last release
2 years ago

Scriptsx

Shopify Scripts WebAssembly eXecution environment implemented in Node.

$ npx @shopify/scriptsx module.wasm input.json
# or
$ npm install -g @shopify/scriptsx
$ scriptsx module.wasm input.json

This cli will run your compiled WASM shopify scripts with provided input and display the output. Helpful in debugging WASM layer issues.

$ npx @shopify/scriptsx module.wasm input.json
Input:
{
  // your json
}

Output:
{
  // your output
}