hs2js.html
html
<script src="https://unpkg.com/hs2js@0.0.4"></script>
<button id="hello">hello</button>
<script>
  hs2js.setBase('https://unpkg.com/hs2js@0.0.4/dist/');
  hs2js.loadParser();
  document.getElementById('hello').addEventListener('click', () => {
    hs2js.evaluate('alert "hello from haskell!"');
  });
</script>
556e643

soundAlias example fix

@akodera@proton.me
0 stars

This is an instance of the Strudel app running on The Skyscape

Sign in to comment Sign In