POC: make Delta Kernel core target-safe for browser WASM - #2
Conversation
Signed-off-by: Ethan Urbanski <ethan@urbanskitech.com>
Signed-off-by: Ethan Urbanski <ethan@urbanskitech.com>
Signed-off-by: Ethan Urbanski <ethan@urbanskitech.com>
Signed-off-by: Ethan Urbanski <ethan@urbanskitech.com>
Signed-off-by: Ethan Urbanski <ethan@urbanskitech.com>
|
PR title does not match the required pattern. Please ensure you follow the conventional commits spec. Your title should start with Title: Your title should start with Title: Your title should start with Title: Your title should start with Title: Your title should start with Title: Your title should start with Title: Your title should start with Title: |
Signed-off-by: Ethan Urbanski <ethan@urbanskitech.com>
Signed-off-by: Ethan Urbanski <ethan@urbanskitech.com>
Signed-off-by: Ethan Urbanski <ethan@urbanskitech.com>
Tracks daxis-io/axon#2.
This clean candidate keeps native defaults intact while making the Arrow-backed synchronous engine constructible on
wasm32-unknown-unknownwith an explicitly prefetched object store. It removes browser read-path entropy and cloud-provider batteries, keeps filesystem URL helpers off the browser target, and adds a standalone exact-target dependency-policy proof.The audit correction at
c9a475f3394adc5296c4f16587c1f69c6e87213epreserves requested byte ranges by delegating toObjectStore::get_rangeand replaces thecopy_atomicpanic with a typedUnsupportederror.Verification:
The Daxis-only stack branch pins immutable Arrow and
object_storerevisions separately; those pins are intentionally absent here. This remains a draft POC PR against the immutable compatibility base.