5 lines
129 B
JavaScript
Raw Permalink Normal View History

// For more comments about what's going on here, check out the `hello_world`
// example
import('./pkg')
.catch(console.error);