@enclave-e3/wasm 0.0.13-test → 0.0.15-test

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.
@@ -382,8 +382,8 @@ async function __wbg_init(module_or_path) {
382
382
  }
383
383
 
384
384
  if (typeof module_or_path === 'undefined') {
385
- module_or_path = new URL('e3_wasm_bg.wasm', import.meta.url);
386
- }
385
+ /* wasm URL disabled: load via @enclave-e3/wasm/init */
386
+ }
387
387
  const imports = __wbg_get_imports();
388
388
 
389
389
  if (typeof module_or_path === 'string' || (typeof Request === 'function' && module_or_path instanceof Request) || (typeof URL === 'function' && module_or_path instanceof URL)) {