|
|
@@ -36,6 +36,10 @@
|
|
|
// The value below is injected by flutter build, do not touch.
|
|
|
var serviceWorkerVersion = null;
|
|
|
</script>
|
|
|
+
|
|
|
+ <!-- This script initializes WASM of pocketpy -->
|
|
|
+ <script src="./lib/pocketpy.js"></script>
|
|
|
+
|
|
|
<!-- This script adds the flutter initialization JS code -->
|
|
|
<script src="flutter.js" defer></script>
|
|
|
</head>
|