@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

Readme

Keywords

none

Package Sidebar

Install

npm i @devolutions/picky

Weekly Downloads

8

Version

0.12.0

License

MIT OR Apache-2.0

Unpacked Size

3.05 MB

Total Files

5

Last publish

Collaborators

  • devolutionsnetwork
  • pdugre
  • devolutionsinfra