Closed chr15m closed 7 years ago
Can be used directly in the browser and will find and execute all script tags with type='application/wisp'.
<script src="dist/wisp.min.js"></script> <script type="application/wisp"> (alert "Hello!") </script> <script src="my-wisp-file.wisp" type="application/wisp"></script>
Can be used directly in the browser and will find and execute all script tags with type='application/wisp'.