Skip to content

Commit

Permalink
Add emscripten to the "wasm" family of targets
Browse files Browse the repository at this point in the history
  • Loading branch information
alexcrichton committed Nov 16, 2021
1 parent 7dc3836 commit 97cd27a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ pub fn target() -> Target {
is_like_emscripten: true,
panic_strategy: PanicStrategy::Unwind,
post_link_args,
families: vec!["unix".to_string()],
families: vec!["unix".to_string(), "wasm".to_string()],
..options
};
Target {
Expand Down

0 comments on commit 97cd27a

Please sign in to comment.