ci_js
    Preparing search index...

    ci_js

    wasm-pack bindings

    Install wasm-pack bindgen:

    cargo install wasm-pack
    cargo install wasm-bindgen-cli

    After installing, move to ci-core/ci-js, and build the bindings:

    # Build for Node.js
    wasm-pack build --target nodejs

    # Build for direct usage on the web
    wasm-pack build --target web

    Build the bindings for Node.js and run

    npx vitest