Rename Emscripten target to WebAssembly

This commit is contained in:
Joshua Granick
2023-05-23 14:19:32 -07:00
parent f285df6f76
commit 2ccee960dc
21 changed files with 102 additions and 126 deletions

View File

@@ -125,7 +125,7 @@ import ::APP_MAIN::;
var result = app.exec();
#if (sys && !ios && !nodejs && !emscripten)
#if (sys && !ios && !nodejs && !webassembly)
lime.system.System.exit(result);
#end