Include basis_transcoder.js in html head
diff --git a/webgl/gltf-demo/index.html b/webgl/gltf-demo/index.html
index f38ec0f..73e44f2 100644
--- a/webgl/gltf-demo/index.html
+++ b/webgl/gltf-demo/index.html
@@ -5,6 +5,7 @@
   <script src="GLTFLoader.js"></script>
   <script src="BasisTextureLoader.js"></script>
   <script src="https://cdn.jsdelivr.net/npm/three@v0.104.0/examples/js/controls/OrbitControls.js"></script>
+  <script src="./wasm/build/basis_transcoder.js"></script>
   <style>
     html, body { width:100%; height:100%; margin:0; padding:0; }
     canvas { display:block; }
@@ -13,7 +14,6 @@
 </head>
 
 <body>
-  <script src="./wasm/build/basis_transcoder.js"></script>
   <script>
     Module.onRuntimeInitialized = () => {