Sign in
android
/
toolchain
/
rustc
/
951ae7a5eefab93734d1309f0497487f13f59fbf
/
.
/
vendor
/
wasm-bindgen
/
examples
/
import_js
/
index.js
blob: f6180b804daf3ff4e189d6c5aa828ef73ef8c733 [
file
] [
log
] [
blame
]
// For more comments about what's going on here, check out the `hello_world`
// example
import
(
'./crate/pkg'
)
.
catch
(
console
.
error
);