diff options
author | dan <[email protected]> | 2023-05-30 18:23:54 -0400 |
---|---|---|
committer | dan <[email protected]> | 2023-05-30 18:23:54 -0400 |
commit | 24272d599e1886a8fb47e3e47d33a0aa7dd74e22 (patch) | |
tree | 3105c1638ff0bb909dff1023102a8e0fe809c83c /index.html | |
parent | 66d61a5546e5e0173f92e941ab489a1c6474473e (diff) | |
download | forth-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.html | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -7,6 +7,7 @@ </head> <body> <div id="forthroot"></div> + <script src="forthlib.js"></script> <script src="forth.js"></script> </body> </html> |