0.9.0 • Published 7 days ago

@devolutions/picky v0.9.0

Weekly downloads
-
License
MIT OR Apache-2.0
Repository
github
Last release
7 days ago

Picky WASM

JavaScript bindings to picky using wasm-bindgen.

Build & publish

This should be run in the CI.

  1. Install wasm-pack.

  2. Build the package:

    $ wasm-pack build --target web --scope devolutions --out-name picky
  3. Rename @devolutions/picky-wasm to @devolutions/picky in pkg/package.json.

  4. Publish to npm:

    $ wasm-pack publish

Testing

Some tests can be in Firefox in headless mode:

$ wasm-pack test --headless --firefox

Other tests are run using nodejs and the ava testing framework. For these, you need to build the npm package targeting nodejs:

$ wasm-pack build --target nodejs --scope @devolutions --out-name picky

Rename @devolutions/picky-wasm to @devolutions/picky in pkg/package.json.

Run the ava tests

cd ava_tests
npm install
npm test
0.9.0

7 days ago

0.8.0

19 days ago

0.7.0

23 days ago

0.6.0

1 month ago

0.4.1

2 years ago

0.4.0

2 years ago

0.3.0

2 years ago

0.2.0

2 years ago

0.1.0

2 years ago