Officially remove the Emscripten backend (#1159)
This commit is contained in:
parent
36f4eccb5c
commit
57a53bda74
7 changed files with 37 additions and 1650 deletions
|
|
@ -50,7 +50,7 @@ fn main() {
|
|||
println!("Okay we're done now for real.");
|
||||
}
|
||||
|
||||
#[cfg(any(target_os = "ios", target_os = "android", target_os = "emscripten"))]
|
||||
#[cfg(any(target_os = "ios", target_os = "android"))]
|
||||
fn main() {
|
||||
println!("This platform doesn't support run_return.");
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue