Set no_default_libraries: false in wasm32_emscripten target

This commit is contained in:
Hood Chatham 2022-06-22 17:43:10 -07:00
parent 8e09f42042
commit b96ae9b204

View File

@ -28,6 +28,7 @@ pub fn target() -> Target {
linker: None,
is_like_emscripten: true,
panic_strategy: PanicStrategy::Unwind,
no_default_libraries: false,
post_link_args,
families: cvs!["unix", "wasm"],
..options