0.0.9 • Published 1 year ago

@klos71/cwjh_wasm v0.0.9

Weekly downloads
-
License
GPL-3.0
Repository
github
Last release
1 year 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

1 year ago

0.0.8

1 year ago

0.0.7

1 year ago

0.0.6

1 year ago

0.0.5

1 year ago

0.0.3

1 year ago

0.0.2

1 year ago

0.0.1

1 year ago