New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

@rapid-lang/compiler

Package Overview
Dependencies
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@rapid-lang/compiler

Compiles `RAPID` sources to [WebAssembly](https://webassembly.org/) `wasm` binary module file. It can dynamically create and output sourcemaps for debugging.

latest
npmnpm
Version
0.3.4
Version published
Maintainers
1
Created
Source

Build npm version GitHub license

RAPID compiler

Compiles RAPID sources to WebAssembly wasm binary module file. It can dynamically create and output sourcemaps for debugging.

Install

npm i @rapid-lang/compiler -g

API

Commands:
  rapid-compiler source  Path to source file to be compiled

Options:
  -o, --output      Path to result file to be saved          [string] [required]
  -h, --help        Show help                                          [boolean]
  -v, --version     Show version number                                [boolean]
  -s, --sourceMaps  Generate sourceMaps for debugging                  [boolean]
  -t, --textFormat  Generate WebAssembly Text Format (wat) file         [string]
  -p, --port        Sourcemaps default port                             [number]

Example:

rapid-compiler dummy/test.rapid -o dummy/test.wasm -s

Language Documentation

Full documentation is available on https://rapid-lang.org page.

Development

Run yarn debug with parameters to watch, compile and debug files, for example:

yarn debug dummy/test.rapid -o dummy/test.wasm -s

Follow Github Flow and Conventional Commits via yarn commit command. Do linting with yarn lint and build project with yarn build.

Changelog

See CHANGELOG file for list of recent changes.

License

See LICENSE file for more information.

FAQs

Package last updated on 08 Apr 2020

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