1
0
mirror of https://codeberg.org/setop/elm-scripting synced 2025-11-08 21:49:57 +00:00

first working implementation

This commit is contained in:
2025-09-26 00:15:36 +02:00
commit 34aaeaccc1
5 changed files with 140 additions and 0 deletions

13
launch.js Normal file
View File

@@ -0,0 +1,13 @@
// above is the DOM implementation
// and the Elm app code
// here we lanch the app
var app = Elm.Main.init({ node: document.getElementById("elm") });
document.children[0].dump();
} catch(e) {
throw e;
}