mirror of
https://github.com/rustwasm/wasm-bindgen.git
synced 2024-12-02 21:25:16 +03:00
979f0d28bf
Minor refactoring Updated readme file Updated readme file fixed build error Fixed build error Co-authored-by: Ayush Kumar Mishra <ayush.k.mishra@xcelenergy.com>
5 lines
131 B
JavaScript
5 lines
131 B
JavaScript
// For more comments about what's going on here, check out the `hello_world`
|
|
// example
|
|
import('./pkg')
|
|
.catch(console.error);
|