@enclave-e3/wasm 0.0.12-test → 0.0.14-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.
- package/dist/web/e3_wasm.js +2 -2
- package/dist/web/e3_wasm_base64.js +1 -0
- package/init_web.js +21 -2
- package/package.json +10 -6
- package/dist/nodejs/.gitignore +0 -1
- package/dist/nodejs/README.md +0 -35
- package/dist/nodejs/package.json +0 -17
- package/dist/web/.gitignore +0 -1
- package/dist/web/README.md +0 -35
- package/dist/web/e3_wasm_bg.wasm +0 -0
- package/dist/web/e3_wasm_bg.wasm.d.ts +0 -13
- package/dist/web/package.json +0 -21
- /package/dist/{nodejs → node}/e3_wasm.d.ts +0 -0
- /package/dist/{nodejs → node}/e3_wasm.js +0 -0
- /package/dist/{nodejs → node}/e3_wasm_bg.wasm +0 -0
- /package/dist/{nodejs → node}/e3_wasm_bg.wasm.d.ts +0 -0
package/dist/web/e3_wasm.js
CHANGED
|
@@ -382,8 +382,8 @@ async function __wbg_init(module_or_path) {
|
|
|
382
382
|
}
|
|
383
383
|
|
|
384
384
|
if (typeof module_or_path === 'undefined') {
|
|
385
|
-
|
|
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)) {
|