0.1.0 • Published 9 months ago

asyncify-shim v0.1.0

Weekly downloads
-
License
MIT
Repository
github
Last release
9 months ago

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"]
  }
}```