aboutsummaryrefslogtreecommitdiffstats
path: root/index.html
diff options
context:
space:
mode:
authordan <[email protected]>2023-05-30 18:23:54 -0400
committerdan <[email protected]>2023-05-30 18:23:54 -0400
commit24272d599e1886a8fb47e3e47d33a0aa7dd74e22 (patch)
tree3105c1638ff0bb909dff1023102a8e0fe809c83c /index.html
parent66d61a5546e5e0173f92e941ab489a1c6474473e (diff)
downloadforth-24272d599e1886a8fb47e3e47d33a0aa7dd74e22.tar.gz
forth-24272d599e1886a8fb47e3e47d33a0aa7dd74e22.tar.bz2
forth-24272d599e1886a8fb47e3e47d33a0aa7dd74e22.zip
feat: web version also uses c code, compiled to wasm
Diffstat (limited to 'index.html')
-rw-r--r--index.html1
1 files changed, 1 insertions, 0 deletions
diff --git a/index.html b/index.html
index 2ab7c6e..36a86bc 100644
--- a/index.html
+++ b/index.html
@@ -7,6 +7,7 @@
</head>
<body>
<div id="forthroot"></div>
+ <script src="forthlib.js"></script>
<script src="forth.js"></script>
</body>
</html>