calories/templates/view_calories.html

11 lines
194 B
HTML
Raw Permalink Normal View History

2024-08-19 18:11:59 +02:00
<head>
<script type='module'>
import init, { greet } from '/pkg/calories_browser.js';
await init();
greet('You!');
</script>
</head>
<body>
wasm_test
</body>