Files
wasm-bindgen/examples/performance/index.js
2019-08-27 18:20:24 +01:00

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);