feat: export hitta parser as a WASM component via wit-bindgen

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
This commit is contained in:
2026-06-05 15:02:57 +02:00
parent a5896e046c
commit 9c4493c1a4
4 changed files with 218 additions and 17 deletions
+3
View File
@@ -12,5 +12,8 @@ regex = "1"
serde = { version = "1", features = ["derive"] }
serde_json = "1"
[target.'cfg(target_arch = "wasm32")'.dependencies]
wit-bindgen = "0.57"
[dev-dependencies]
insta = { version = "1.47", features = ["yaml"] }