0.1.0 • Published 5 years ago

@elcalc/evaluate v0.1.0

Weekly downloads
-
License
MIT
Repository
github
Last release
5 years ago

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

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