Expand description
Browser-friendly bindings for dag-ml-data.
The DEFAULT build exposes only the stable schema, planning, fingerprint and
coordinator-envelope JSON contracts — no host buffers, no file I/O — so
nirs4all-lite can run them in a browser before delegating heavy data
access to a host provider.
The opt-in provider feature adds the WasmInMemoryProvider type, an EAGER
in-WASM provider over dag-ml-data-provider’s InMemoryProvider (JSON in,
JSON out, decimal-string handles). An async JS buffer-fetcher provider
(fetching host buffers on demand via a Promise) is intentionally deferred to
a later slice.
Functions§
- build_
coordinator_ data_ plan_ envelope_ json - contract_
manifest_ json - dag_
ml_ data_ version - data_
plan_ fingerprint_ json - dataset_
schema_ fingerprint_ json - fold_
set_ fingerprint_ json - plan_
model_ input_ json - sample_
relation_ table_ fingerprint_ json - validate_
adapter_ registry_ json - validate_
coordinator_ data_ plan_ envelope_ json - validate_
data_ plan_ json - validate_
dataset_ schema_ json - validate_
fold_ set_ against_ sample_ relations_ json - validate_
fold_ set_ json - validate_
model_ input_ spec_ json - validate_
sample_ relation_ table_ json