harper/harper-wasm
dependabot[bot] ee5e56dddc
build(deps): bump getrandom from 0.3.3 to 0.3.4 (#2113)
* build(deps): bump getrandom from 0.3.3 to 0.3.4

Bumps [getrandom](https://github.com/rust-random/getrandom) from 0.3.3 to 0.3.4.
- [Release notes](https://github.com/rust-random/getrandom/releases)
- [Changelog](https://github.com/rust-random/getrandom/blob/master/CHANGELOG.md)
- [Commits](https://github.com/rust-random/getrandom/compare/v0.3.3...v0.3.4)

---
updated-dependencies:
- dependency-name: getrandom
  dependency-version: 0.3.4
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

* refactor(harper-wasm): remove dead code

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Elijah Potter <me@elijahpotter.dev>
2025-10-27 14:47:15 +00:00
..
src fix(obsidian): problems when converting from Rust char indexes (#2104) 2025-10-24 08:26:06 -06:00
Cargo.toml build(deps): bump getrandom from 0.3.3 to 0.3.4 (#2113) 2025-10-27 14:47:15 +00:00
README.md fix: changed links from elijah-potter/harper to automattic/harper 2024-12-18 08:05:16 -07:00

harper-wasm

harper-wasm is the WebAssembly-compiled version of the Harper grammar checker.

Currently, the API exists to meet the needs of both the web demo and the Obsidian plugin.