How to Load Kernel
Add Script Tag
<script type="module" src="/esbun.js"></script>Load the Kernel
async load_data(){
wos.init();
// Other things
}Last updated
<script type="module" src="/esbun.js"></script>async load_data(){
wos.init();
// Other things
}Last updated