šŸš€ Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more →
Socket
Sign inDemoInstall
Socket

bali-type-compiler

Package Overview
Dependencies
Maintainers
1
Versions
67
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

bali-type-compiler

This library provides a JavaScript based implementation for the compiler for the Bali Virtual Processor.

2.65.0
latest
Source
npm
Version published
Weekly downloads
0
Maintainers
1
Weekly downloads
Ā 
Created
Source

The Bali Type Compilerā„¢ (v2)

WARNING This project is currently being converted to version 2 of the base components. It is not yet ready for prime-time.

For more information on this project click on the following links:

  • project documentation
  • node packages
  • release notes
  • code examples

Getting Started

To install this NodeJS package, execute the following command:

npm install bali-type-compiler

Then add the following line to your NodeJS modules:

const debug = 1;  // debugging level: [0..3]
const compiler = require('bali-type-compiler').api(debug);

Contributing

Project contributors are always welcome. Create a fork of the project and add cool new things to the project. When you are ready to contribute the changes create a subsequent "pull request". Any questions and comments can be sent to craterdog@gmail.com.

Keywords

JavaScript

FAQs

Package last updated on 31 May 2022

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts