supersonic-scsynth 0.1.7 → 0.1.8
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/supersonic.js
CHANGED
|
@@ -1738,7 +1738,7 @@ var SuperSonic = class {
|
|
|
1738
1738
|
const response = await fetch(manifestUrl);
|
|
1739
1739
|
if (response.ok) {
|
|
1740
1740
|
const manifest = await response.json();
|
|
1741
|
-
const wasmFile =
|
|
1741
|
+
const wasmFile = manifest.wasmFile;
|
|
1742
1742
|
this.config.wasmUrl = new URL(`wasm/${wasmFile}`, this.basePath).href;
|
|
1743
1743
|
console.log(`[SuperSonic] Using WASM build: ${wasmFile}`);
|
|
1744
1744
|
console.log(`[SuperSonic] Build: ${manifest.buildId} (git: ${manifest.gitHash})`);
|
package/dist/wasm/manifest.json
CHANGED
|
Binary file
|
package/package.json
CHANGED