Sign in
chromium
/
external
/
github.com
/
emscripten-core
/
emscripten
/
cdf186bc86c00353ef6bdfe1a47ef5e72d962ab7
/
.
/
test
/
export_module.js
blob: 8829a7a359411b709df94fa31d19ec61929a519f [
file
] [
log
] [
blame
]
function
doNothing
()
{
return
false
;
}
export
{
doNothing
};