mirror of
https://github.com/tursodatabase/limbo.git
synced 2025-08-04 18:18:03 +00:00
Store dynamic ext libs in oncecell to prevent UB
This commit is contained in:
parent
a2c40dd234
commit
25ed6a2985
5 changed files with 53 additions and 35 deletions
|
@ -1,3 +1,5 @@
|
|||
#[cfg(not(target_family = "wasm"))]
|
||||
mod dynamic;
|
||||
use crate::{function::ExternalFunc, Connection};
|
||||
use limbo_ext::{
|
||||
ExtensionApi, InitAggFunction, ResultCode, ScalarFunction, VTabKind, VTabModuleImpl,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue