wurbo 0.4.0

A timy framework for WebAssembly Component model front-ends
Documentation
1
2
3
4
5
6
<div id="{{output.id}}" class="border-2 border-dashed border-green-500 p-4 rounded my-4">
	<b>{{output.name}}</b>
	{% if output.count == 0 %} has no vowels. {% elif output.count == 1 %} has 1 vowel. {% else %} has
	{{output.count}} vowels. {% endif %}
	<br />
</div>