wickra-wasm 0.8.2 → 0.8.3
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 +4 -0
- package/package.json +1 -1
- package/wickra_wasm_bg.wasm +0 -0
package/README.md
CHANGED
|
@@ -344,6 +344,10 @@ Every layer is covered; run the suites with the commands in
|
|
|
344
344
|
values across all indicators.
|
|
345
345
|
- `bindings/wasm`: `wasm-bindgen-test` cases for constructors, equivalence,
|
|
346
346
|
and reference values.
|
|
347
|
+
- `bindings/c`: Rust unit tests over the FFI boundary, plus C and C++ smoke
|
|
348
|
+
tests and offline example `ctest`s run on the three OSes.
|
|
349
|
+
- `bindings/csharp`: `dotnet test` cases covering one indicator per FFI archetype
|
|
350
|
+
(scalar/batch, multi-output, bars, profile, array input) plus SMA reference values.
|
|
347
351
|
- `bindings/go`: `go test` cases covering one indicator per FFI archetype
|
|
348
352
|
(scalar/batch, multi-output, bars, profile, array input), reset, and lifecycle.
|
|
349
353
|
- `bindings/r`: `testthat` cases covering one indicator per FFI archetype
|
package/package.json
CHANGED
package/wickra_wasm_bg.wasm
CHANGED
|
Binary file
|