We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 584bacf commit 8c3cc2aCopy full SHA for 8c3cc2a
lib/sdk/index.js
@@ -6,7 +6,7 @@ const ASSEMBLYSCRIPT_VERSION = "latest";
6
if (typeof define === "function" && define.amd) {
7
const paths = {
8
"binaryen": "https://cdn.jsdelivr.net/npm/binaryen@" + BINARYEN_VERSION + "/index",
9
- "long": "https://cdn.jsdelivr.net/npm/long@" + LONG_VERSION + "/dist/long",
+ "long": "https://cdn.jsdelivr.net/npm/long@" + LONG_VERSION + "/umd/index",
10
"assemblyscript": "https://cdn.jsdelivr.net/npm/assemblyscript@" + ASSEMBLYSCRIPT_VERSION + "/dist/assemblyscript",
11
"assemblyscript/cli/asc": "https://cdn.jsdelivr.net/npm/assemblyscript@" + ASSEMBLYSCRIPT_VERSION + "/dist/asc",
12
};
0 commit comments