Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: theengs/decoder
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: development
Choose a base ref
...
head repository: theengs/decoder
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: add-web-parser-page
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 1 commit
  • 9 files changed
  • 2 contributors

Commits on May 17, 2026

  1. Add in-docs web parser page powered by browser WASM

    Adds a /parser page on the VitePress site that decodes BLE
    advertisements locally in the browser via a new BUILD_WASM_WEB
    Emscripten target (ENVIRONMENT=web,worker, EXPORT_ES6, SINGLE_FILE),
    built fresh by the docs publish workflow on each release. The Node.js
    WASM build shipped to npm is untouched.
    
    Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
    1technophile and claude committed May 17, 2026
    Configuration menu
    Copy the full SHA
    88687fe View commit details
    Browse the repository at this point in the history
Loading