wurbo 0.3.2

A timy framework for WebAssembly Component model front-ends
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
<div>
	<div class="italic font-semibold">
		The data you enter can't be seen by anyone else, since it's in a WebAssembly sandbox. =)
	</div>
	<input
		id="{{input.id}}"
		class="rounded border border-blue-400 bg-blue-100 text-neutral-700 p-2 m-2 placeholder:Enter"
		placeholder="{{input.placeholder}}"
	/>
	<div class="italic font-semibold">
		"But it can still calculate how many vowels are in your words for you!"
	</div>
</div>