0.1.0 • Published 2 years ago
asyncify-shim v0.1.0
Asyncify
A small lib that adds Asyncify support for AssemblyScript
Installation
Install from NPM
~ npm install asyncify-shimAdd a --transform asyncify-shim flag to your asc command.
Alternatively, add it to your asconfig.json.
{
  // ...
  "options": {
    "transform": ["asyncify-shim"]
  }
}```0.1.0
2 years ago