Officially remove the Emscripten backend (#1159)

This commit is contained in:
Osspial
2019-09-13 19:09:45 -04:00
committed by GitHub
parent 36f4eccb5c
commit 57a53bda74
7 changed files with 37 additions and 1650 deletions

View File

@@ -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.");
}