Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 330 Bytes

README.md

File metadata and controls

22 lines (16 loc) · 330 Bytes

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