Skip to content

Commit

Permalink
Add awaitable __BRYTHON__.whenReady() for use in Javascript programs.…
Browse files Browse the repository at this point in the history
… Suggested by Denis Migdal in issue #2292.
  • Loading branch information
PierreQuentel committed Nov 6, 2023
1 parent fba9ca5 commit 31042b9
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 5 deletions.
3 changes: 2 additions & 1 deletion scripts/make_dist.py
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,8 @@ def run():
'builtin_modules',
'ast_to_js',
'symtable',
'builtins_docstrings'
'builtins_docstrings',
'brython_ready'
]

res = f"""// brython.js brython.info
Expand Down
Loading

0 comments on commit 31042b9

Please sign in to comment.