Problem
The Arquero build distribution does not support the Deno runtime (even with the --compat flag).
Proposed Solution
Since the main dependency that causes issues for a Deno build is apache-arrow installed from Node, replacing it with a CDN link for the Deno distribution would allow a Deno build target.
Considerations
Another build target means series of tests for platform specific errors.
Benefits
Access to the Deno runtime and ecosystem.
Problem
The Arquero build distribution does not support the Deno runtime (even with the
--compatflag).Proposed Solution
Since the main dependency that causes issues for a Deno build is
apache-arrowinstalled from Node, replacing it with a CDN link for the Deno distribution would allow a Deno build target.Considerations
Another build target means series of tests for platform specific errors.
Benefits
Access to the Deno runtime and ecosystem.