11 lines
194 B
HTML
11 lines
194 B
HTML
<head>
|
|
<script type='module'>
|
|
import init, { greet } from '/pkg/calories_browser.js';
|
|
await init();
|
|
greet('You!');
|
|
</script>
|
|
</head>
|
|
<body>
|
|
wasm_test
|
|
</body>
|