-
Notifications
You must be signed in to change notification settings - Fork 105
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Bug: Bun and Deno fail to load JSON extension #4790
Comments
Hi @nisuxyz |
Hi @nisuxyz
And run it as: For deno:
For bun:
And run it as: BTW: Are you compiling the kuzu from source or use the npm package? |
I'm using the npm package, installed via bun. In order to properly install, installed with
I tried with top level async as well as the wrapped function like your code:
|
@acquamarin I tested on mac os 13.6.7 with
I built and tested the CLI and hit a similar error, symbol not found, for a different symbol:
I forgot to check out the 0.7.1 tag so I built the latest master branch, I will retry with 0.7.1 tag later tonight to see if the same thing happens |
Kùzu version
v0.7.1
What operating system are you using?
Arch Linux
What happened?
When attempting to load the JSON extension by running the query
It works when using
node
, but fails when using Bun or Deno:I've checked that the file exists in the correct location. This is the code that's running:
Are there known steps to reproduce?
No response
The text was updated successfully, but these errors were encountered: