Sign in
android
/
toolchain
/
rustc
/
cd1aefd586783f162dd848e314bd6991a5ffe033
/
.
/
vendor
/
wasm-bindgen
/
tests
/
wasm
/
link_to.js
blob: 3028a6ae8a600fcb765695a99ace8ef3899081e9 [
file
] [
log
] [
blame
]
const
fs
=
require
(
'fs'
);
const
url
=
require
(
'url'
);
exports
.
read_file
=
(
str
)
=>
fs
.
readFileSync
(
url
.
fileURLToPath
(
str
),
"utf8"
);