You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: emcc.py
+1Lines changed: 1 addition & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -1415,6 +1415,7 @@ def has_c_source(args):
1415
1415
exit_with_error('ASYNCIFY has been removed from fastcomp. There is a new implementation which can be used in the upstream wasm backend.')
1416
1416
1417
1417
ifshared.Settings.EMTERPRETIFY:
1418
+
diagnostics.warning('emterpreter', 'emterpreter is soon to be deprecated. If you depend on this feature please reach out on github for help transiationing.')
1418
1419
shared.Settings.FINALIZE_ASM_JS=0
1419
1420
shared.Settings.SIMPLIFY_IFS=0# this is just harmful for emterpreting
0 commit comments