Skip to content

dacely-cloud/toilscript

 
 

Repository files navigation

ToilScript logo

npm version GitHub release


ToilScript

ToilScript is a fork of AssemblyScript that tracks the latest upstream and adds language features not yet available in the official release.


Installation

npm install toilscript

Usage

This fork is a drop-in replacement for ToilScript. Simply replace your import:

{
  "dependencies": {
    "toilscript": "^0.1.0"
  }
}

Or if migrating from official ToilScript:

npm uninstall toilscript
npm install toilscript

The CLI is toilscript (with toilinit to scaffold a project):

npx toilscript your-file.ts --outFile output.wasm

Development instructions

A development environment can be set up by cloning the repository:

git clone https://github.com/dacely-cloud/toilscript.git
cd toilscript
npm install
npm link

The link step is optional and makes the development instance available globally. The full process is documented as part of the repository:

About

A TypeScript-like language for the Toil framework.

Resources

License

Contributing

Stars

Watchers

Forks

Packages

 
 
 

Contributors

Languages

  • WebAssembly 87.3%
  • TypeScript 11.4%
  • JavaScript 1.3%