Sign in
android
/
toolchain
/
cargo-deny
/
HEAD
/
.
/
android
/
vendor
/
wasm-bindgen-0.2.92
/
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
);