Add emscripten to the "wasm" family of targets
This commit is contained in:
parent
7dc38369c0
commit
97cd27ab1d
1 changed files with 1 additions and 1 deletions
|
@ -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 {
|
||||
|
|
Loading…
Add table
Reference in a new issue