You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In order to start working on getting wasm working on non-Node runtimes I need a completely minimal example of how to load duckdb wasm. (Eg none of the official examples work on Deno atm)
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
In order to start working on getting wasm working on non-Node runtimes I need a completely minimal example of how to load duckdb wasm. (Eg none of the official examples work on Deno atm)
I got it working after many false starts: https://github.com/tarasglek/duckdb-wasm-deno/blob/main/main.ts . Note this example is meant to run on both node and deno. This loses all type info and is generally very hacky. Can you guys please help show how to do this properly?
There has got to be a way to load https://github.com/duckdb/duckdb-wasm/blob/de7382ee418b5cac6b268124f5daa83a80fdf8e7/packages/duckdb-wasm/src/targets/duckdb-node-blocking.ts from official npm package, I just can't figure it out.
Beta Was this translation helpful? Give feedback.
All reactions