/cashier-wasm

Cashier functionality in Wasm

Primary LanguageRustGNU Affero General Public License v3.0AGPL-3.0

cashier-wasm

Cashier functionality in Wasm

Introduction

This library contains functionality which is provided as a Wasm component and used in Cashier PWA.

The purpose is code reusability and learning more about the practical side of the technology.

The functions are written in Rust.

Deploy

Build the npm package with

wasm-pack build --target web

and include in Cashier by adding the line

    "cashier-wasm": "file:D:\\src\\cashier-wasm\\pkg",

to package.json.