Skip to content

PizzaQL hours helper, written in Rust and compiled to WASM.

License

Notifications You must be signed in to change notification settings

pizzaql/hours-helper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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