Skip to content

Commit b76a478

Browse files
committed
.
1 parent 210e1ce commit b76a478

File tree

4 files changed

+3
-4
lines changed

4 files changed

+3
-4
lines changed

emcc.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141

4242
import emscripten
4343
from tools import shared, system_libs, client_mods, js_optimizer, jsrun, colored_logger, diagnostics
44-
from tools.shared import unsuffixed, unsuffixed_basename, WINDOWS, safe_copy, safe_move, run_process, asbytes, read_and_preprocess, exit_with_error, DEBUG
44+
from tools.shared import unsuffixed, unsuffixed_basename, WINDOWS, safe_move, run_process, asbytes, read_and_preprocess, exit_with_error, DEBUG
4545
from tools.response_file import substitute_response_files
4646
from tools.minimal_runtime_shell import generate_minimal_runtime_html
4747
import tools.line_endings

site/source/docs/api_reference/emscripten.h.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1252,7 +1252,7 @@ Typedefs
12521252
Pseudo-synchronous functions
12531253
============================
12541254
1255-
These functions require Asyncify (``-s ASYNCIFY=1``). These functions are asynchronous but appear synchronous in C. See `Asyncify <https://emscripten.org/docs/porting/asyncify.html>`_ and `Emterpreter <https://emscripten.org/docs/porting/emterpreter.html>`_ for more details.
1255+
These functions require Asyncify (``-s ASYNCIFY=1``). These functions are asynchronous but appear synchronous in C. See `Asyncify <https://emscripten.org/docs/porting/asyncify.html>`_ for more details.
12561256
12571257
Sleeping
12581258
--------

site/source/docs/porting/index.rst

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,5 @@ The topics in this section cover the main integration points that you need to co
2020
networking
2121
simd
2222
asyncify
23-
emterpreter
2423
../compiling/Building-Projects
2524

tests/test_core.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
from tools.shared import Building, STDOUT, PIPE, run_js, run_process, try_delete
2525
from tools.shared import NODE_JS, V8_ENGINE, JS_ENGINES, SPIDERMONKEY_ENGINE, PYTHON, EMCC, EMAR, WINDOWS, MACOS, AUTODEBUGGER, LLVM_ROOT
2626
from tools import jsrun, shared
27-
from runner import RunnerCore, path_from_root, EMTEST_SKIP_SLOW
27+
from runner import RunnerCore, path_from_root
2828
from runner import skip_if, no_wasm_backend, no_fastcomp, needs_dlfcn, no_windows, no_asmjs, env_modify, with_env_modify, is_slow_test, create_test_file, parameterized
2929

3030
# decorators for limiting which modes a test can run in

0 commit comments

Comments
 (0)