Skip to main content
Module

x/aleph/examples/yew-app/main.ts

The Full-stack Framework in Deno.
Go to Latest
File
import init, { main } from "./pkg/yew_app.js";
init("/pkg/yew_app_bg.wasm").then(main);
import.meta.hot?.decline(500);