@kya-os/checkpoint-wasm-runtime 1.1.1 → 1.1.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,6 +1,5 @@
1
1
  'use strict';
2
2
 
3
- var _documentCurrentScript = typeof document !== 'undefined' ? document.currentScript : null;
4
3
  var __create = Object.create;
5
4
  var __defProp = Object.defineProperty;
6
5
  var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
@@ -40,9 +39,19 @@ var __toESM = (mod, isNodeMode, target) => (target = mod != null ? __create(__ge
40
39
  mod
41
40
  ));
42
41
 
42
+ // ../../node_modules/.pnpm/tsup@8.5.0_@swc+core@1.15.32_jiti@2.6.1_postcss@8.5.8_tsx@4.21.0_typescript@5.9.3_yaml@2.8.3/node_modules/tsup/assets/cjs_shims.js
43
+ var getImportMetaUrl, importMetaUrl;
44
+ var init_cjs_shims = __esm({
45
+ "../../node_modules/.pnpm/tsup@8.5.0_@swc+core@1.15.32_jiti@2.6.1_postcss@8.5.8_tsx@4.21.0_typescript@5.9.3_yaml@2.8.3/node_modules/tsup/assets/cjs_shims.js"() {
46
+ getImportMetaUrl = () => typeof document === "undefined" ? new URL(`file:${__filename}`).href : document.currentScript && document.currentScript.src || new URL("main.js", document.baseURI).href;
47
+ importMetaUrl = /* @__PURE__ */ getImportMetaUrl();
48
+ }
49
+ });
50
+
43
51
  // wasm/kya-os-engine/kya_os_engine.js
44
52
  var require_kya_os_engine = __commonJS({
45
53
  "wasm/kya-os-engine/kya_os_engine.js"(exports$1, module) {
54
+ init_cjs_shims();
46
55
  var imports = {};
47
56
  imports["__wbindgen_placeholder__"] = module.exports;
48
57
  var cachedUint8ArrayMemory02 = null;
@@ -909,7 +918,7 @@ async function __wbg_init(module_or_path) {
909
918
  }
910
919
  }
911
920
  if (typeof module_or_path === "undefined") {
912
- module_or_path = new URL("kya_os_engine_bg.wasm", (typeof document === 'undefined' ? require('u' + 'rl').pathToFileURL(__filename).href : (_documentCurrentScript && _documentCurrentScript.tagName.toUpperCase() === 'SCRIPT' && _documentCurrentScript.src || new URL('orchestrator.js', document.baseURI).href)));
921
+ module_or_path = new URL("kya_os_engine_bg.wasm", importMetaUrl);
913
922
  }
914
923
  const imports = __wbg_get_imports();
915
924
  if (typeof module_or_path === "string" || typeof Request === "function" && module_or_path instanceof Request || typeof URL === "function" && module_or_path instanceof URL) {
@@ -921,6 +930,7 @@ async function __wbg_init(module_or_path) {
921
930
  var wasm, cachedUint8ArrayMemory0, cachedTextDecoder, MAX_SAFARI_DECODE_BYTES, numBytesDecoded, heap, heap_next, WASM_VECTOR_LEN, cachedTextEncoder, cachedDataViewMemory0, EXPECTED_RESPONSE_TYPES, kya_os_engine_default;
922
931
  var init_kya_os_engine = __esm({
923
932
  "wasm/kya-os-engine-web/kya_os_engine.js"() {
933
+ init_cjs_shims();
924
934
  cachedUint8ArrayMemory0 = null;
925
935
  cachedTextDecoder = new TextDecoder("utf-8", { ignoreBOM: true, fatal: true });
926
936
  cachedTextDecoder.decode();
@@ -947,7 +957,14 @@ var init_kya_os_engine = __esm({
947
957
  }
948
958
  });
949
959
 
960
+ // src/engine/orchestrator/index.ts
961
+ init_cjs_shims();
962
+
963
+ // src/engine/orchestrator/verify-request.ts
964
+ init_cjs_shims();
965
+
950
966
  // src/engine/adapters/outbound-url-policy.ts
967
+ init_cjs_shims();
951
968
  var BLOCKED_HOSTNAMES = /* @__PURE__ */ new Set(["localhost", "metadata", "metadata.google.internal"]);
952
969
  var UnsafeOutboundUrl = class extends Error {
953
970
  kind = "UnsafeOutboundUrl";
@@ -1023,13 +1040,18 @@ function isBlockedIpv6(hostname) {
1023
1040
  }
1024
1041
 
1025
1042
  // src/engine/index.ts
1043
+ init_cjs_shims();
1026
1044
  var wasmModule = __toESM(require_kya_os_engine());
1027
1045
  function engineVerify(input, ctx) {
1028
1046
  const verify3 = wasmModule.verify;
1029
1047
  return verify3(input, ctx);
1030
1048
  }
1031
1049
 
1050
+ // src/engine/orchestrator/build-agent-request.ts
1051
+ init_cjs_shims();
1052
+
1032
1053
  // src/engine/adapters/util.ts
1054
+ init_cjs_shims();
1033
1055
  function base64UrlDecode(input) {
1034
1056
  const padded = input.replace(/-/g, "+").replace(/_/g, "/");
1035
1057
  const padding = padded.length % 4 === 0 ? "" : "=".repeat(4 - padded.length % 4);
@@ -1323,7 +1345,11 @@ function defaultLogger(msg) {
1323
1345
  console.warn(msg);
1324
1346
  }
1325
1347
 
1348
+ // src/engine/orchestrator/verify-request-edge.ts
1349
+ init_cjs_shims();
1350
+
1326
1351
  // src/engine/edge.ts
1352
+ init_cjs_shims();
1327
1353
  var initialised = null;
1328
1354
  function initEngineEdge(moduleOrPath) {
1329
1355
  return ensureReady(moduleOrPath).then(() => void 0);
@@ -1349,6 +1375,7 @@ async function engineVerifyEdge(input, ctx) {
1349
1375
  }
1350
1376
 
1351
1377
  // src/engine/orchestrator/render-decision.ts
1378
+ init_cjs_shims();
1352
1379
  function renderDecisionAsResponse(result) {
1353
1380
  const baseHeaders = buildBaseHeaders(result);
1354
1381
  if (result.enforcementMode === "observe") {
@@ -1,13 +1,18 @@
1
+ import { createRequire } from 'module';
2
+ import path from 'path';
3
+ import { fileURLToPath } from 'url';
4
+
5
+ const require$1 = createRequire(import.meta.url);
1
6
  var __create = Object.create;
2
7
  var __defProp = Object.defineProperty;
3
8
  var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
4
9
  var __getOwnPropNames = Object.getOwnPropertyNames;
5
10
  var __getProtoOf = Object.getPrototypeOf;
6
11
  var __hasOwnProp = Object.prototype.hasOwnProperty;
7
- var __require = /* @__PURE__ */ ((x) => typeof require !== "undefined" ? require : typeof Proxy !== "undefined" ? new Proxy(x, {
8
- get: (a, b) => (typeof require !== "undefined" ? require : a)[b]
12
+ var __require = /* @__PURE__ */ ((x) => typeof require$1 !== "undefined" ? require$1 : typeof Proxy !== "undefined" ? new Proxy(x, {
13
+ get: (a, b) => (typeof require$1 !== "undefined" ? require$1 : a)[b]
9
14
  }) : x)(function(x) {
10
- if (typeof require !== "undefined") return require.apply(this, arguments);
15
+ if (typeof require$1 !== "undefined") return require$1.apply(this, arguments);
11
16
  throw Error('Dynamic require of "' + x + '" is not supported');
12
17
  });
13
18
  var __esm = (fn, res) => function __init() {
@@ -36,10 +41,19 @@ var __toESM = (mod, isNodeMode, target) => (target = mod != null ? __create(__ge
36
41
  !mod || !mod.__esModule ? __defProp(target, "default", { value: mod, enumerable: true }) : target,
37
42
  mod
38
43
  ));
44
+ var getFilename, getDirname, __dirname$1;
45
+ var init_esm_shims = __esm({
46
+ "../../node_modules/.pnpm/tsup@8.5.0_@swc+core@1.15.32_jiti@2.6.1_postcss@8.5.8_tsx@4.21.0_typescript@5.9.3_yaml@2.8.3/node_modules/tsup/assets/esm_shims.js"() {
47
+ getFilename = () => fileURLToPath(import.meta.url);
48
+ getDirname = () => path.dirname(getFilename());
49
+ __dirname$1 = /* @__PURE__ */ getDirname();
50
+ }
51
+ });
39
52
 
40
53
  // wasm/kya-os-engine/kya_os_engine.js
41
54
  var require_kya_os_engine = __commonJS({
42
55
  "wasm/kya-os-engine/kya_os_engine.js"(exports$1, module) {
56
+ init_esm_shims();
43
57
  var imports = {};
44
58
  imports["__wbindgen_placeholder__"] = module.exports;
45
59
  var cachedUint8ArrayMemory02 = null;
@@ -442,7 +456,7 @@ ${val.stack}`;
442
456
  exports$1.__wbindgen_object_drop_ref = function(arg0) {
443
457
  takeObject2(arg0);
444
458
  };
445
- var wasmPath = `${__dirname}/kya_os_engine_bg.wasm`;
459
+ var wasmPath = `${__dirname$1}/kya_os_engine_bg.wasm`;
446
460
  var wasmBytes = __require("fs").readFileSync(wasmPath);
447
461
  var wasmModule2 = new WebAssembly.Module(wasmBytes);
448
462
  var wasm2 = exports$1.__wasm = new WebAssembly.Instance(wasmModule2, imports).exports;
@@ -918,6 +932,7 @@ async function __wbg_init(module_or_path) {
918
932
  var wasm, cachedUint8ArrayMemory0, cachedTextDecoder, MAX_SAFARI_DECODE_BYTES, numBytesDecoded, heap, heap_next, WASM_VECTOR_LEN, cachedTextEncoder, cachedDataViewMemory0, EXPECTED_RESPONSE_TYPES, kya_os_engine_default;
919
933
  var init_kya_os_engine = __esm({
920
934
  "wasm/kya-os-engine-web/kya_os_engine.js"() {
935
+ init_esm_shims();
921
936
  cachedUint8ArrayMemory0 = null;
922
937
  cachedTextDecoder = new TextDecoder("utf-8", { ignoreBOM: true, fatal: true });
923
938
  cachedTextDecoder.decode();
@@ -944,7 +959,14 @@ var init_kya_os_engine = __esm({
944
959
  }
945
960
  });
946
961
 
962
+ // src/engine/orchestrator/index.ts
963
+ init_esm_shims();
964
+
965
+ // src/engine/orchestrator/verify-request.ts
966
+ init_esm_shims();
967
+
947
968
  // src/engine/adapters/outbound-url-policy.ts
969
+ init_esm_shims();
948
970
  var BLOCKED_HOSTNAMES = /* @__PURE__ */ new Set(["localhost", "metadata", "metadata.google.internal"]);
949
971
  var UnsafeOutboundUrl = class extends Error {
950
972
  kind = "UnsafeOutboundUrl";
@@ -1020,13 +1042,18 @@ function isBlockedIpv6(hostname) {
1020
1042
  }
1021
1043
 
1022
1044
  // src/engine/index.ts
1045
+ init_esm_shims();
1023
1046
  var wasmModule = __toESM(require_kya_os_engine());
1024
1047
  function engineVerify(input, ctx) {
1025
1048
  const verify3 = wasmModule.verify;
1026
1049
  return verify3(input, ctx);
1027
1050
  }
1028
1051
 
1052
+ // src/engine/orchestrator/build-agent-request.ts
1053
+ init_esm_shims();
1054
+
1029
1055
  // src/engine/adapters/util.ts
1056
+ init_esm_shims();
1030
1057
  function base64UrlDecode(input) {
1031
1058
  const padded = input.replace(/-/g, "+").replace(/_/g, "/");
1032
1059
  const padding = padded.length % 4 === 0 ? "" : "=".repeat(4 - padded.length % 4);
@@ -1320,7 +1347,11 @@ function defaultLogger(msg) {
1320
1347
  console.warn(msg);
1321
1348
  }
1322
1349
 
1350
+ // src/engine/orchestrator/verify-request-edge.ts
1351
+ init_esm_shims();
1352
+
1323
1353
  // src/engine/edge.ts
1354
+ init_esm_shims();
1324
1355
  var initialised = null;
1325
1356
  function initEngineEdge(moduleOrPath) {
1326
1357
  return ensureReady(moduleOrPath).then(() => void 0);
@@ -1346,6 +1377,7 @@ async function engineVerifyEdge(input, ctx) {
1346
1377
  }
1347
1378
 
1348
1379
  // src/engine/orchestrator/render-decision.ts
1380
+ init_esm_shims();
1349
1381
  function renderDecisionAsResponse(result) {
1350
1382
  const baseHeaders = buildBaseHeaders(result);
1351
1383
  if (result.enforcementMode === "observe") {
@@ -315,6 +315,68 @@ declare class WasmDetector implements IDetector {
315
315
  private createDefaultResult;
316
316
  }
317
317
 
318
+ /**
319
+ * Dynamic WASM Loader for Node.js
320
+ *
321
+ * This loader dynamically loads and compiles WASM at runtime,
322
+ * which is supported in Node.js but NOT in Edge Runtime.
323
+ *
324
+ * Usage:
325
+ * ```typescript
326
+ * import { DynamicWasmLoader, WasmDetector } from '@kya-os/checkpoint-wasm-runtime/node';
327
+ *
328
+ * const loader = new DynamicWasmLoader();
329
+ * const detector = new WasmDetector(loader);
330
+ * ```
331
+ */
332
+
333
+ /**
334
+ * Dynamic WASM Loader
335
+ *
336
+ * For Node.js environments that support dynamic WASM compilation.
337
+ * Automatically finds and loads the WASM module.
338
+ */
339
+ declare class DynamicWasmLoader implements IWasmLoader {
340
+ private readonly wasmPath?;
341
+ private bindings;
342
+ private instance;
343
+ private loadPromise;
344
+ /**
345
+ * Create a new DynamicWasmLoader
346
+ * @param wasmPath - Optional custom path to WASM file
347
+ */
348
+ constructor(wasmPath?: string | undefined);
349
+ /**
350
+ * Load and compile the WASM module
351
+ */
352
+ load(): Promise<void>;
353
+ private doLoad;
354
+ /**
355
+ * Get the WASM bindings after loading
356
+ */
357
+ getBindings(): IWasmBindings;
358
+ /**
359
+ * Check if WASM is loaded
360
+ */
361
+ isLoaded(): boolean;
362
+ /**
363
+ * Get the loading strategy name
364
+ */
365
+ getStrategy(): string;
366
+ /**
367
+ * Create wasm-bindgen required imports
368
+ */
369
+ private createWasmBindgenImports;
370
+ /**
371
+ * Create bindings wrapper from WASM exports
372
+ */
373
+ private createBindings;
374
+ }
375
+ /**
376
+ * Create a dynamic loader
377
+ */
378
+ declare function createDynamicLoader(wasmPath?: string): DynamicWasmLoader;
379
+
318
380
  /**
319
381
  * Policy Loader
320
382
  *
@@ -467,4 +529,4 @@ declare class RulesDetector implements IDetector {
467
529
  */
468
530
  declare function createRulesDetector(): RulesDetector;
469
531
 
470
- export { CONFIDENCE as C, type DetectionClass as D, type ForgeabilityRisk as F, type IDetectorOptions as I, PolicyLoadError as P, RulesDetector as R, type VerificationMethod as V, WasmDetector as W, type IDetector as a, type ICustomerPolicy as b, type IDetectedAgent as c, type IDetectionInput as d, type IDetectionResult as e, type IPathRule as f, type IPolicyLoader as g, type IWasmBindings as h, type IWasmLoader as i, PolicyLoader as j, type PolicyLoaderConfig as k, createPolicyLoader as l, createRulesDetector as m };
532
+ export { CONFIDENCE as C, type DetectionClass as D, type ForgeabilityRisk as F, type IDetector as I, PolicyLoader as P, RulesDetector as R, type VerificationMethod as V, WasmDetector as W, type IDetectorOptions as a, type IDetectionInput as b, DynamicWasmLoader as c, type ICustomerPolicy as d, type IDetectedAgent as e, type IDetectionResult as f, type IPolicyLoader as g, type IWasmLoader as h, createDynamicLoader as i, createPolicyLoader as j, createRulesDetector as k, type IWasmBindings as l, type IPathRule as m, PolicyLoadError as n, type PolicyLoaderConfig as o };
@@ -315,6 +315,68 @@ declare class WasmDetector implements IDetector {
315
315
  private createDefaultResult;
316
316
  }
317
317
 
318
+ /**
319
+ * Dynamic WASM Loader for Node.js
320
+ *
321
+ * This loader dynamically loads and compiles WASM at runtime,
322
+ * which is supported in Node.js but NOT in Edge Runtime.
323
+ *
324
+ * Usage:
325
+ * ```typescript
326
+ * import { DynamicWasmLoader, WasmDetector } from '@kya-os/checkpoint-wasm-runtime/node';
327
+ *
328
+ * const loader = new DynamicWasmLoader();
329
+ * const detector = new WasmDetector(loader);
330
+ * ```
331
+ */
332
+
333
+ /**
334
+ * Dynamic WASM Loader
335
+ *
336
+ * For Node.js environments that support dynamic WASM compilation.
337
+ * Automatically finds and loads the WASM module.
338
+ */
339
+ declare class DynamicWasmLoader implements IWasmLoader {
340
+ private readonly wasmPath?;
341
+ private bindings;
342
+ private instance;
343
+ private loadPromise;
344
+ /**
345
+ * Create a new DynamicWasmLoader
346
+ * @param wasmPath - Optional custom path to WASM file
347
+ */
348
+ constructor(wasmPath?: string | undefined);
349
+ /**
350
+ * Load and compile the WASM module
351
+ */
352
+ load(): Promise<void>;
353
+ private doLoad;
354
+ /**
355
+ * Get the WASM bindings after loading
356
+ */
357
+ getBindings(): IWasmBindings;
358
+ /**
359
+ * Check if WASM is loaded
360
+ */
361
+ isLoaded(): boolean;
362
+ /**
363
+ * Get the loading strategy name
364
+ */
365
+ getStrategy(): string;
366
+ /**
367
+ * Create wasm-bindgen required imports
368
+ */
369
+ private createWasmBindgenImports;
370
+ /**
371
+ * Create bindings wrapper from WASM exports
372
+ */
373
+ private createBindings;
374
+ }
375
+ /**
376
+ * Create a dynamic loader
377
+ */
378
+ declare function createDynamicLoader(wasmPath?: string): DynamicWasmLoader;
379
+
318
380
  /**
319
381
  * Policy Loader
320
382
  *
@@ -467,4 +529,4 @@ declare class RulesDetector implements IDetector {
467
529
  */
468
530
  declare function createRulesDetector(): RulesDetector;
469
531
 
470
- export { CONFIDENCE as C, type DetectionClass as D, type ForgeabilityRisk as F, type IDetectorOptions as I, PolicyLoadError as P, RulesDetector as R, type VerificationMethod as V, WasmDetector as W, type IDetector as a, type ICustomerPolicy as b, type IDetectedAgent as c, type IDetectionInput as d, type IDetectionResult as e, type IPathRule as f, type IPolicyLoader as g, type IWasmBindings as h, type IWasmLoader as i, PolicyLoader as j, type PolicyLoaderConfig as k, createPolicyLoader as l, createRulesDetector as m };
532
+ export { CONFIDENCE as C, type DetectionClass as D, type ForgeabilityRisk as F, type IDetector as I, PolicyLoader as P, RulesDetector as R, type VerificationMethod as V, WasmDetector as W, type IDetectorOptions as a, type IDetectionInput as b, DynamicWasmLoader as c, type ICustomerPolicy as d, type IDetectedAgent as e, type IDetectionResult as f, type IPolicyLoader as g, type IWasmLoader as h, createDynamicLoader as i, createPolicyLoader as j, createRulesDetector as k, type IWasmBindings as l, type IPathRule as m, PolicyLoadError as n, type PolicyLoaderConfig as o };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kya-os/checkpoint-wasm-runtime",
3
- "version": "1.1.1",
3
+ "version": "1.1.3",
4
4
  "description": "Checkpoint WASM runtime for AI agent detection across all environments (formerly @kya-os/agentshield-wasm-runtime)",
5
5
  "keywords": [
6
6
  "ai",
@@ -1,65 +0,0 @@
1
- import { i as IWasmLoader, h as IWasmBindings } from './rules-detector-DjbTJ1-Q.js';
2
-
3
- /**
4
- * Dynamic WASM Loader for Node.js
5
- *
6
- * This loader dynamically loads and compiles WASM at runtime,
7
- * which is supported in Node.js but NOT in Edge Runtime.
8
- *
9
- * Usage:
10
- * ```typescript
11
- * import { DynamicWasmLoader, WasmDetector } from '@kya-os/checkpoint-wasm-runtime/node';
12
- *
13
- * const loader = new DynamicWasmLoader();
14
- * const detector = new WasmDetector(loader);
15
- * ```
16
- */
17
-
18
- /**
19
- * Dynamic WASM Loader
20
- *
21
- * For Node.js environments that support dynamic WASM compilation.
22
- * Automatically finds and loads the WASM module.
23
- */
24
- declare class DynamicWasmLoader implements IWasmLoader {
25
- private readonly wasmPath?;
26
- private bindings;
27
- private instance;
28
- private loadPromise;
29
- /**
30
- * Create a new DynamicWasmLoader
31
- * @param wasmPath - Optional custom path to WASM file
32
- */
33
- constructor(wasmPath?: string | undefined);
34
- /**
35
- * Load and compile the WASM module
36
- */
37
- load(): Promise<void>;
38
- private doLoad;
39
- /**
40
- * Get the WASM bindings after loading
41
- */
42
- getBindings(): IWasmBindings;
43
- /**
44
- * Check if WASM is loaded
45
- */
46
- isLoaded(): boolean;
47
- /**
48
- * Get the loading strategy name
49
- */
50
- getStrategy(): string;
51
- /**
52
- * Create wasm-bindgen required imports
53
- */
54
- private createWasmBindgenImports;
55
- /**
56
- * Create bindings wrapper from WASM exports
57
- */
58
- private createBindings;
59
- }
60
- /**
61
- * Create a dynamic loader
62
- */
63
- declare function createDynamicLoader(wasmPath?: string): DynamicWasmLoader;
64
-
65
- export { DynamicWasmLoader as D, createDynamicLoader as c };
@@ -1,65 +0,0 @@
1
- import { i as IWasmLoader, h as IWasmBindings } from './rules-detector-DjbTJ1-Q.mjs';
2
-
3
- /**
4
- * Dynamic WASM Loader for Node.js
5
- *
6
- * This loader dynamically loads and compiles WASM at runtime,
7
- * which is supported in Node.js but NOT in Edge Runtime.
8
- *
9
- * Usage:
10
- * ```typescript
11
- * import { DynamicWasmLoader, WasmDetector } from '@kya-os/checkpoint-wasm-runtime/node';
12
- *
13
- * const loader = new DynamicWasmLoader();
14
- * const detector = new WasmDetector(loader);
15
- * ```
16
- */
17
-
18
- /**
19
- * Dynamic WASM Loader
20
- *
21
- * For Node.js environments that support dynamic WASM compilation.
22
- * Automatically finds and loads the WASM module.
23
- */
24
- declare class DynamicWasmLoader implements IWasmLoader {
25
- private readonly wasmPath?;
26
- private bindings;
27
- private instance;
28
- private loadPromise;
29
- /**
30
- * Create a new DynamicWasmLoader
31
- * @param wasmPath - Optional custom path to WASM file
32
- */
33
- constructor(wasmPath?: string | undefined);
34
- /**
35
- * Load and compile the WASM module
36
- */
37
- load(): Promise<void>;
38
- private doLoad;
39
- /**
40
- * Get the WASM bindings after loading
41
- */
42
- getBindings(): IWasmBindings;
43
- /**
44
- * Check if WASM is loaded
45
- */
46
- isLoaded(): boolean;
47
- /**
48
- * Get the loading strategy name
49
- */
50
- getStrategy(): string;
51
- /**
52
- * Create wasm-bindgen required imports
53
- */
54
- private createWasmBindgenImports;
55
- /**
56
- * Create bindings wrapper from WASM exports
57
- */
58
- private createBindings;
59
- }
60
- /**
61
- * Create a dynamic loader
62
- */
63
- declare function createDynamicLoader(wasmPath?: string): DynamicWasmLoader;
64
-
65
- export { DynamicWasmLoader as D, createDynamicLoader as c };