@devolutions/picky
TypeScript icon, indicating that this package has built-in type declarations

0.12.0 • Public • Published

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:

    $ npm run build
    
  3. Publish to npm:

    $ npm 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

Versions

Current Tags

VersionDownloads (Last 7 Days)Tag
0.12.00latest

Version History

VersionDownloads (Last 7 Days)Published
0.12.00
0.11.00
0.10.10
0.10.00
0.9.00
0.8.00
0.7.00
0.6.00
0.4.10
0.4.00
0.3.00
0.2.00
0.1.00

Package Sidebar

Install

npm i @devolutions/picky

Weekly Downloads

0

Version

0.12.0

License

MIT OR Apache-2.0

Unpacked Size

3.05 MB

Total Files

5

Last publish

Collaborators

  • devolutionsnetwork
  • pdugre
  • devolutionsinfra