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,
|
is_like_emscripten: true,
|
||||||
panic_strategy: PanicStrategy::Unwind,
|
panic_strategy: PanicStrategy::Unwind,
|
||||||
post_link_args,
|
post_link_args,
|
||||||
families: vec!["unix".to_string()],
|
families: vec!["unix".to_string(), "wasm".to_string()],
|
||||||
..options
|
..options
|
||||||
};
|
};
|
||||||
Target {
|
Target {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue