You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add a `wasm` feature flag that compiles the FHIRPath parser and SDC
expression analyzer to WebAssembly via wasm-bindgen. The WASM bindings
expose parse(), annotate_expression(), analyze_expression(), and
QuestionnaireIndex to JavaScript consumers.
- Add wasm-bindgen and serde-wasm-bindgen as optional dependencies
- Add Serialize derives to AST and analysis types for JS interop
- Add serde rename attributes for snake_case/tagged enum serialization
- Add hand-written TypeScript type definitions in wasm/
- Add CI job to build WASM and upload artifacts
- Add rlib to crate-type to support both cdylib and test builds
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
0 commit comments