updats
This commit is contained in:
9
libraries/deno-wasm-mod.ts
Normal file
9
libraries/deno-wasm-mod.ts
Normal file
@@ -0,0 +1,9 @@
|
||||
import {fetchDataWithTimeout} from "https://script.hatter.ink/@49/deno-commons-mod.ts";
|
||||
|
||||
// JQ WASM URL:
|
||||
// https://cdn.hatter.ink/doc/8998_BE8D1CBE6106C77968183F226E2129B5/jq.wasm
|
||||
|
||||
async function getCachedWasm(wasmUrl: string): Promise<string> {
|
||||
const wasmResponse = await fetchDataWithTimeout(wasmUrl);
|
||||
return null;
|
||||
}
|
||||
Reference in New Issue
Block a user