Home
last modified time | relevance | path

Searched refs:wfetch (Results 1 – 2 of 2) sorted by relevance

/sqlite-3.40.0/ext/wasm/api/
H A Dpre-js.js73 const wfetch = ()=>fetch(uri, {credentials: 'same-origin'}); function in Module
76 return WebAssembly.instantiateStreaming(wfetch(), imports)
80 return wfetch()
/sqlite-3.40.0/ext/wasm/common/
H A Dwhwasmutil.js1661 const wfetch = ()=>fetch(config.uri, {credentials: 'same-origin'}); function
1696 return WebAssembly.instantiateStreaming(wfetch(), config.imports||{})
1700 return wfetch()