wasm-bindgen/examples/request-animation-frame/index.js
2018-12-10 12:50:19 -08:00

5 lines
149 B
JavaScript

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