FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

assemblyscript/src at master · cssCheck/assemblyscript · GitHub

Latest commit

 

History

History
 
 

README.md

Portable compiler sources that compile to both JavaScript using tsc and, eventually, WebAssembly using asc.

Architecture

Usage

Note that using the compiler as a library requires awaiting Binaryen ready state, like so:

const binaryen = require("binaryen");
const assemblyscript = require("assemblyscript");
binaryen.ready.then(() => {
  // do something with assemblyscript
});

Back | FazBrowse Home | New Git URL