mirror of
https://github.com/fluencelabs/assemblyscript
synced 2025-06-12 06:21:29 +00:00
Replace RawGit with jsDelivr (#366)
This commit is contained in:
committed by
Daniel Wirtz
parent
117cc1629b
commit
0062ee1a93
@ -1,4 +1,4 @@
|
||||
<script src="https://rawgit.com/AssemblyScript/binaryen.js/master/index.js"></script>
|
||||
<script src="https://cdn.jsdelivr.net/gh/AssemblyScript/binaryen.js/index.js"></script>
|
||||
<script>
|
||||
var libm;
|
||||
// fetch("../compiler/std/libm.optimized.wat") // doesn't work: too large?
|
||||
|
Reference in New Issue
Block a user