-
-
Notifications
You must be signed in to change notification settings - Fork 4
wawi
Pannous edited this page Nov 8, 2022
·
1 revision
context wawi
API functions for wasp (or any other wasm language) to communicate with the Web:
[[navigate]] : url |
[[alert]] : text | forward to js alert
[[log]] : text | forward to js Console.log and maybe other ( log text ≠ log number )
[[paint]] : data | add or create 2D/3D elements, objects and scenes
[[fetch]] : url -> data |
<script type="wasp">
fetch test.com
alert √9
</script>