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>