@nirs4all/formats-wasm 0.2.1 → 0.2.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 +3 -2
- package/nirs4all_formats_wasm_bg.wasm +0 -0
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -13,8 +13,9 @@ wasm-pack build bindings/wasm --target web --release
|
|
|
13
13
|
wasm-pack build bindings/wasm --target nodejs --release --out-dir pkg-node
|
|
14
14
|
```
|
|
15
15
|
|
|
16
|
-
This emits the
|
|
17
|
-
|
|
16
|
+
This emits the JS glue, `.wasm` binary, and TypeScript typings under `pkg/`
|
|
17
|
+
(or `pkg-node/`). Tagged releases publish that surface as
|
|
18
|
+
`@nirs4all/formats-wasm` on npm.
|
|
18
19
|
|
|
19
20
|
## Surface
|
|
20
21
|
|
|
Binary file
|
package/package.json
CHANGED