ciallo_wasm 0.7.21

Ciallo with WebAssembly
Documentation
1
2
3
4
5
6
7
8
<template>
  <h1>Ciallo~(∠・ω< )⌒☆</h1>
  <button @click="ciallo()">Run Ciallo</button>
</template>

<script lang="ts" setup>
import { ciallo } from "@hakochest/ciallo-wasm";
</script>