0.0.9 • Published 2 years ago

@klos71/cwjh_wasm v0.0.9

Weekly downloads
-
License
GPL-3.0
Repository
github
Last release
2 years ago

CWJH WASM Tools

Installation

Install with npm/yarn from registry yarn add @klos71/cwjh_wasm

Usage

init wasm like a js module in your project then init wasm and call upon commands that exists

Example usage

Local development

install wasm-pack on your local machine

to install the dependencies cargo build

build the pkg folder containing the js module with wasm-pack build --scope klos71 --release --target web when the pkg folder has been generated cd into it and yarn link to create a local yarn package and then use yarn link "@klos71/cwjh_wasm" in the web project.

Tests

run tests with wasm-pack test --node

0.0.9

2 years ago

0.0.8

2 years ago

0.0.7

2 years ago

0.0.6

2 years ago

0.0.5

2 years ago

0.0.3

2 years ago

0.0.2

2 years ago

0.0.1

2 years ago