Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 444 Bytes

README.md

File metadata and controls

20 lines (14 loc) · 444 Bytes

Compiler transforms

An AssemblyScript example of using compiler transforms to hook into the compilation process.

Instructions

See package.json on how to utilize the transforms with asc. You may also run

$> npm install
$> npm test

to verify that it works.