@nirs4all/methods 1.0.6 → 1.0.7
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 +1 -1
- package/dist/n4m.wasm +0 -0
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -114,7 +114,7 @@ bindings/js/
|
|
|
114
114
|
├── CMakeLists.txt # Emscripten target wired into the project preset
|
|
115
115
|
├── package.json # @nirs4all/methods
|
|
116
116
|
├── tsconfig.json
|
|
117
|
-
├── INPUT_CONTRACT.md # the raw-array input contract (
|
|
117
|
+
├── INPUT_CONTRACT.md # the raw-array input contract (consumed by nirs4all-core)
|
|
118
118
|
├── src/
|
|
119
119
|
│ ├── wasm_entry.c # ABI header pull-in + raw-pointer PLS shims
|
|
120
120
|
│ ├── ffi.ts # Module loader + matrix-view helpers
|
package/dist/n4m.wasm
CHANGED
|
Binary file
|
package/package.json
CHANGED