UNPKG
@hashbrownai/core
Version:
alpha (0.4.1-alpha.2)
latest (0.4.1)
rc (0.4.0-rc.1)
0.4.1
0.4.1-alpha.2
0.4.1-alpha.1
0.4.0
0.4.0-rc.1
0.4.0-rc.0
0.3.0
0.2.3
0.2.2
0.2.1
0.2.0
0.1.2
0.1.1
0.1.0
0.0.3
0.0.2-9
0.0.2-8
0.0.2-7
0.0.2-6
0.0.2-5
0.0.2-4
0.0.2-3
0.0.2-2
0.0.2-1
0.0.2-0
0.0.1
Runtime helpers for Hashbrown AI
hashbrown.dev
liveloveapp/hashbrown
@hashbrownai/core
/
index.esm2.js
4 lines
(2 loc)
•
252 B
JavaScript
View Raw
1
2
3
4
var
variant={
type
:
"async"
,
importFFI
:
()=>
import
(
'./ffi.esm.js'
).
then
(
mod
=>
mod.
QuickJSAsyncFFI
),
importModuleLoader
:
()=>
import
(
'./emscripten-module.browser-NBYT6WWV.esm.js'
).
then
(
mod
=>
mod.
default
)},src_default=variant;
export
{ src_default
as
default
};