wasm-bindgen/examples/console_log/index.js

5 lines
129 B
JavaScript

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