Skip to content

Files

Latest commit

9605c03 · Mar 28, 2024

History

History
This branch is 10 commits behind AssemblyScript/assemblyscript:main.

scripts

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
Mar 21, 2022
Mar 28, 2024
Nov 7, 2023
Nov 9, 2023
Oct 23, 2022
Oct 23, 2022
Mar 21, 2022
Sep 26, 2022
Oct 23, 2022

Scripts

Various scripts for development purposes.

Default target

Command Description
npm install Install required dependencies
npm run build Builds the compiler
npm run watch Builds the compiler and watches for changes
npm run check Performs sanity checks on code style etc.
npm test Runs the test suite

WebAssembly target

Command Description
npm run asbuild Compiles the compiler to WebAssembly
npm run bootstrap Bootstraps the compiler to WebAssembly