wasm-bindgen/examples/dom/index.js

5 lines
129 B
JavaScript
Raw Normal View History

2018-03-21 18:26:00 +03:00
// For more comments about what's going on here, check out the `hello_world`
// example
import('./dom')
.catch(console.error);