-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Description
This runs with 3.2 but not 3.2 WASM, get error message copied below
Error:PythonError: Traceback (most recent call last):
File "/lib/python312.zip/_pyodide/_base.py", line 597, in eval_code_async
await CodeRunner(
^^^^^^^^^^^
File "/lib/python312.zip/_pyodide/_base.py", line 285, in init
self.ast = next(self._gen)
^^^^^^^^^^^^^^^
File "/lib/python312.zip/_pyodide/_base.py", line 149, in _parse_and_compile_gen
mod = compile(source, filename, mode, flags | ast.PyCF_ONLY_AST)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "", line 9
audioCtx = new window.AudioContext();
^^^^^^
SyntaxError: invalid syntax
Metadata
Metadata
Assignees
Labels
No labels