wickra-wasm 0.8.4 → 0.8.5
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +6 -0
- package/package.json +1 -1
- package/wickra_wasm_bg.wasm +0 -0
package/README.md
CHANGED
|
@@ -358,6 +358,12 @@ Every layer is covered; run the suites with the commands in
|
|
|
358
358
|
- `bindings/java`: JUnit cases covering one indicator per FFI archetype
|
|
359
359
|
(scalar/batch, multi-output, bars, profile, array input) plus batch equivalence.
|
|
360
360
|
|
|
361
|
+
The four C-ABI bindings (C#, Go, Java, R) additionally replay a shared,
|
|
362
|
+
language-neutral golden fixture (`testdata/golden/*.csv`, generated by
|
|
363
|
+
`cargo run -p wickra-examples --bin gen_golden`) and assert exact parity with the
|
|
364
|
+
Rust reference outputs across every archetype (SMA, EMA, RSI, ATR, MACD, ADX,
|
|
365
|
+
Beta), catching FFI wiring bugs the math-only core tests cannot see.
|
|
366
|
+
|
|
361
367
|
## Contributing
|
|
362
368
|
|
|
363
369
|
Contributions are very welcome — issues, bug reports, ideas, and pull requests
|
package/package.json
CHANGED
package/wickra_wasm_bg.wasm
CHANGED
|
Binary file
|