JairusSW / asyncify-shim

Asyncify support for AssemblyScript

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Asyncify

A small lib that adds Asyncify support for AssemblyScript

Installation

Install from NPM

~ npm install asyncify-shim

Add a --transform asyncify-shim flag to your asc command. Alternatively, add it to your asconfig.json.

{
  // ...
  "options": {
    "transform": ["asyncify-shim"]
  }
}```

About

Asyncify support for AssemblyScript

License:MIT License


Languages

Language:TypeScript 60.1%Language:JavaScript 39.9%