Sign in
android
/
toolchain
/
sccache
/
39d4118c3a8fc2f430b747c0262ce4fe8c1b01f9
/
.
/
android
/
vendor
/
web-sys-0.3.59
/
tests
/
wasm
/
response.js
blob: 0d2e68647ad1a47c9921ee048e147d1e1232ca6e [
file
]
export
function
new_response
()
{
return
new
Response
(
null
,
{
status
:
501
});
}
export
function
get_wasm_imports
()
{
return
{
imports
:
{
imported_func
:
function
()
{
return
1
;
}
}
};
}