alensiljak / cashier-wasm

Cashier functionality in Wasm

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

Cashier functionality in Wasm

License:GNU Affero General Public License v3.0


Languages

Language:Rust 100.0%