Socket
Book a DemoInstallSign in
Socket

@elcalc/evaluate

Package Overview
Dependencies
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@elcalc/evaluate

Math helper for Elcalc, written in Rust and compiled to WASM.

latest
Source
npmnpm
Version
0.1.0
Version published
Maintainers
1
Created
Source

Evaluate

Math helper for Elcalc, written in Rust and compiled to WASM.

Build Status

Install

$ npm install @elcalc/evaluate

Usage

import * as wasm from '@elcalc/evaluate';

evaluate('25+4');

Build

Prerequisites

  • Rust
  • wasm-pack

To build a npm package run:

$ wasm-pack build

Notice

This package is highly experimental and it might now work as expected :smile:

Please take a look at any open issues.

License

MIT

FAQs

Package last updated on 29 Jul 2019

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