Skip to content

Latest commit

 

History

History
37 lines (22 loc) · 574 Bytes

readme.md

File metadata and controls

37 lines (22 loc) · 574 Bytes

Hours Helper WASM

PizzaQL hours helper written in Rust and compiled to WASM.

Build Status

Install

$ npm install @pizzaql/hours-helper

Usage

import * as wasm from '@pizzaql/hours-helper';

wasm.get_time(3, true);

Build

Prerequisites

To build a npm package run:

$ wasm-pack build

License

MIT