1
0
mirror of https://github.com/fluencelabs/wasm-bindgen synced 2025-04-02 02:11:06 +00:00

5 lines
129 B
JavaScript
Raw Normal View History

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