We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1b2914e commit f091f73Copy full SHA for f091f73
ChangeLog.md
@@ -40,7 +40,7 @@ Current Trunk
40
completely overriding the set of passes from the command line didn't make much
41
sense.
42
- Remove emterpreter and ``EMTERPRETIFY`` settings. Emterpreter has largerly
43
- been replaces by asyncify and is fastcomp only so due for removing in
+ been replaced by asyncify and is fastcomp only so due for removing in
44
the near future anyway.
45
46
v1.39.13: 04/17/2020
tests/test_core.py
@@ -7706,7 +7706,7 @@ def test_async(self):
7706
printf("Hello");
7707
emscripten_async_call(f, &i, 1);
7708
printf("World");
7709
- emscripten_slepp(100);
+ emscripten_sleep(100);
7710
printf("%d\n", i);
7711
}
7712
'''
0 commit comments