alan-js-runtime

The runtime component for alan-js. Separately licensed from the compiler.

Usage no npm install needed!

<script type="module">
  import alanJsRuntime from 'https://cdn.skypack.dev/alan-js-runtime';
</script>

README

js-runtime

Runtime support for transpiled alan code in Javascript

Usage

Make sure you npm install alan-js-runtime in any Node project that uses an alan-compiler Javascript output.

For the web, browserify is an easy to use tool for bundling this runtime with your project, though you can use any such tool.

License

Apache 2.0