Skip to content

Commit

Permalink
Set no_default_libraries: false in wasm32_emscripten target
Browse files Browse the repository at this point in the history
  • Loading branch information
hoodmane committed Jun 23, 2022
1 parent 8e09f42 commit b96ae9b
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit b96ae9b

Please sign in to comment.