Skip to content

Commit 4ea502d

Browse files
committed
Pin SDK to 0.10.1 until AssemblyScript/assemblyscript#1336 lands
1 parent 2f34236 commit 4ea502d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/.vuepress/public/editor.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -373,7 +373,7 @@ <h5>Documentation</h5>
373373

374374
require([
375375
'vs/editor/editor.main',
376-
'https://cdn.jsdelivr.net/npm/assemblyscript@latest/dist/sdk.js',
376+
'https://cdn.jsdelivr.net/npm/assemblyscript@0.10.1/dist/sdk.js',
377377
'scripts/webassembly-language.js'
378378
], (
379379
{ languages, editor },

0 commit comments

Comments
 (0)