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
{{ message }}
This repository has been archived by the owner on Sep 20, 2022. It is now read-only.
Hi! I'm a newbie Deno and WASM developer but I have done some Rust at work. I cannot get your plugin to run on my Mac. I'm happy to help if I can. But please point me in the right direction.
When I build from source I get a warning: unused import: deno_core::plugin_api::Buf. And then, running the script in your README:
Hi! I'm a newbie Deno and WASM developer but I have done some Rust at work. I cannot get your plugin to run on my Mac. I'm happy to help if I can. But please point me in the right direction.
When I build from source I get a
warning: unused import: deno_core::plugin_api::Buf
. And then, running the script in your README:The panick seems to be originating from
src/lib.rs:42:69
wich reads:deno_sqlite_plugin/src/lib.rs
Line 42 in 2326dff
It seems to me the data is malformed/unexpected.
The text was updated successfully, but these errors were encountered: