mirror of
https://github.com/eliasstepanik/strudel-docker.git
synced 2026-01-19 17:48:33 +00:00
bump version
This commit is contained in:
parent
8c480807d2
commit
f54f80e698
@ -1,7 +1,7 @@
|
|||||||
<script src="https://unpkg.com/hs2js@0.0.3"></script>
|
<script src="https://unpkg.com/hs2js@0.0.4"></script>
|
||||||
<button id="hello">hello</button>
|
<button id="hello">hello</button>
|
||||||
<script>
|
<script>
|
||||||
hs2js.setBase('https://unpkg.com/hs2js@0.0.3/dist/');
|
hs2js.setBase('https://unpkg.com/hs2js@0.0.4/dist/');
|
||||||
hs2js.loadParser();
|
hs2js.loadParser();
|
||||||
document.getElementById('hello').addEventListener('click', () => {
|
document.getElementById('hello').addEventListener('click', () => {
|
||||||
hs2js.evaluate('alert "hello from haskell!"');
|
hs2js.evaluate('alert "hello from haskell!"');
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user