Skip to content

Commit 06d06f0

Browse files
committed
Changes CDN used to serve WASM from unpkg to jsdeliver, no feature changes.
1 parent e94f1f9 commit 06d06f0

File tree

6 files changed

+4
-4
lines changed

6 files changed

+4
-4
lines changed

dist/Superpowered.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
class SuperpoweredGlue {
44

5-
static wasmCDNUrl = "https://www.unpkg.com/@superpoweredsdk/web@2.6.4/dist/superpowered-npm.wasm"
5+
static wasmCDNUrl = "https://cdn.jsdelivr.net/npm/@superpoweredsdk/web@2.6.5/dist/superpowered-npm.wasm"
66

77
niceSize(bytes) {
88
if (bytes == 0) return '0 byte'; else if (bytes == 1) return '1 byte';

dist/superpowered-npm.wasm

-3 Bytes
Binary file not shown.

dist/superpowered.wasm

-7 Bytes
Binary file not shown.

examples/example_effects/Superpowered.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
class SuperpoweredGlue {
44

5-
static wasmCDNUrl = "https://www.unpkg.com/@superpoweredsdk/web@2.6.4/dist/superpowered-npm.wasm"
5+
static wasmCDNUrl = "https://cdn.jsdelivr.net/npm/@superpoweredsdk/web@2.6.5/dist/superpowered-npm.wasm"
66

77
niceSize(bytes) {
88
if (bytes == 0) return '0 byte'; else if (bytes == 1) return '1 byte';

examples/example_guitardistortion/Superpowered.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
class SuperpoweredGlue {
44

5-
static wasmCDNUrl = "https://www.unpkg.com/@superpoweredsdk/web@2.6.4/dist/superpowered-npm.wasm"
5+
static wasmCDNUrl = "https://cdn.jsdelivr.net/npm/@superpoweredsdk/web@2.6.5/dist/superpowered-npm.wasm"
66

77
niceSize(bytes) {
88
if (bytes == 0) return '0 byte'; else if (bytes == 1) return '1 byte';

examples/example_timestretching/Superpowered.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
class SuperpoweredGlue {
44

5-
static wasmCDNUrl = "https://www.unpkg.com/@superpoweredsdk/web@2.6.4/dist/superpowered-npm.wasm"
5+
static wasmCDNUrl = "https://cdn.jsdelivr.net/npm/@superpoweredsdk/web@2.6.5/dist/superpowered-npm.wasm"
66

77
niceSize(bytes) {
88
if (bytes == 0) return '0 byte'; else if (bytes == 1) return '1 byte';

0 commit comments

Comments
 (0)