mirror of
https://github.com/python/cpython.git
synced 2025-07-24 11:44:31 +00:00
bpo-40280: Add limited Emscripten REPL (GH-32284)
Co-authored-by: Katie Bell <katie@katharos.id.au>
This commit is contained in:
parent
faa12088c1
commit
96e09837fb
8 changed files with 428 additions and 19 deletions
|
@ -1137,7 +1137,7 @@ AC_ARG_WITH([suffix],
|
|||
)
|
||||
], [
|
||||
AS_CASE([$ac_sys_system/$ac_sys_emscripten_target],
|
||||
[Emscripten/browser*], [EXEEXT=.html],
|
||||
[Emscripten/browser*], [EXEEXT=.js],
|
||||
[Emscripten/node*], [EXEEXT=.js],
|
||||
[WASI/*], [EXEEXT=.wasm],
|
||||
[EXEEXT=]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue