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