
Security News
PEP 810 Proposes Explicit Lazy Imports for Python 3.15
An opt-in lazy import keyword aims to speed up Python startups, especially CLIs, without the ecosystem-wide risks that sank PEP 690.
@openmeteo/file-format-wasm
Advanced tools
WebAssembly bindings for the Open-Meteo File Format.
This package provides WebAssembly bindings to the OmFileFormat C library, enabling efficient reading of OmFile data in web browsers and Node.js environments. It is designed to be used by the @openmeteo/file-reader
package, but can also be used independently.
npm install @openmeteo/file-format-wasm
import { OmFileFormat } from "@openmeteo/file-format-wasm";
// Initialize the WASM module
const module = await OmFileFormat.default();
// Use the raw WASM functions
const headerSize = module._om_header_size();
# Clone the repository
git clone --recursive https://github.com/open-meteo/typescript-omfiles.git
# Build using Docker
docker pull emscripten/emsdk
npm run build:wasm
This code depends on TurboPFor and open-meteo code; their license restrictions apply.
FAQs
WebAssembly bindings for OmFileFormat
The npm package @openmeteo/file-format-wasm receives a total of 58 weekly downloads. As such, @openmeteo/file-format-wasm popularity was classified as not popular.
We found that @openmeteo/file-format-wasm demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 3 open source maintainers collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
An opt-in lazy import keyword aims to speed up Python startups, especially CLIs, without the ecosystem-wide risks that sank PEP 690.
Security News
Socket CEO Feross Aboukhadijeh discusses the recent npm supply chain attacks on PodRocket, covering novel attack vectors and how developers can protect themselves.
Security News
Maintainers back GitHub’s npm security overhaul but raise concerns about CI/CD workflows, enterprise support, and token management.