Skip to content
Pannous edited this page Nov 8, 2022 · 1 revision

Wasp Web Interface

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		|

Examples

<script type="wasp">
    fetch test.com
    alert √9
</script>

Home

Philosophy

data & code blocks

features

inventions

evaluation

keywords

iteration

tasks

examples

todo : bad ideas and open questions

⚠️ specification and progress are out of sync

Clone this wiki locally