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