@openmeteo/file-format-wasm 0.0.1 → 0.0.2
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 -2
- package/dist/om_reader_wasm.wasm +0 -0
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
#
|
|
1
|
+
# Open-Meteo File-Format-Wasm
|
|
2
2
|
|
|
3
3
|
WebAssembly bindings for the [Open-Meteo File Format](https://github.com/open-meteo/om-file-format/).
|
|
4
4
|
|
|
@@ -42,7 +42,6 @@ const headerSize = module._om_header_size();
|
|
|
42
42
|
```bash
|
|
43
43
|
# Clone the repository
|
|
44
44
|
git clone --recursive https://github.com/open-meteo/typescript-omfiles.git
|
|
45
|
-
cd typescript-omfiles
|
|
46
45
|
|
|
47
46
|
# Build using Docker
|
|
48
47
|
docker pull emscripten/emsdk
|
package/dist/om_reader_wasm.wasm
CHANGED
|
Binary file
|