rust-wasm-react-calculator
TypeScript icon, indicating that this package has built-in type declarations

0.1.7 • Public • Published

This package is the result of compiling Rust in WASM with wasm-pack

This is not a production package

This package is not tested, and is just the result of some fun and learning with Rust and Wasm

Source code HERE

Links:

wasm-pack

blog post tutorial with react

Usage:

// Import package

const wasm = await import('rust-wasm-react-calculator'); // Wasm calls must be async

Call calculate with a simple expression as string

const expression = '14+5';

wasm.calculate(expression); // Expression must have 1 operator, +, -, X, /, %, ^

Dependencies (0)

    Dev Dependencies (0)

      Package Sidebar

      Install

      npm i rust-wasm-react-calculator

      Weekly Downloads

      8

      Version

      0.1.7

      License

      none

      Unpacked Size

      889 kB

      Total Files

      5

      Last publish

      Collaborators

      • krab7191