1
0
mirror of https://github.com/fluencelabs/wasmer synced 2025-06-24 14:11:32 +00:00

remove unix-specific code from code windows sees

This commit is contained in:
Mark McCaskey
2019-07-01 11:42:50 -07:00
parent 4fcb3c4c83
commit d825fe9eb2
5 changed files with 252 additions and 237 deletions
lib/emscripten/src

@ -887,7 +887,7 @@ pub fn generate_emscripten_env(globals: &mut EmscriptenGlobals) -> ImportObject
"_pthread_setspecific" => func!(crate::emscripten_target::_pthread_setspecific),
"_pthread_sigmask" => func!(crate::emscripten_target::_pthread_sigmask),
"___gxx_personality_v0" => func!(crate::emscripten_target::___gxx_personality_v0),
"_gai_strerror" => func!(crate::emscripten_target::_gai_strerror),
"_gai_strerror" => func!(crate::env::_gai_strerror),
"_getdtablesize" => func!(crate::emscripten_target::_getdtablesize),
"_gethostbyaddr" => func!(crate::emscripten_target::_gethostbyaddr),
"_gethostbyname" => func!(crate::emscripten_target::_gethostbyname),