Pyodide is a port of CPython to WebAssembly/Emscripten. Pyodide makes it possible to install and run Python packages in the browser with micropip. Any pure Python ...
You do not have to use the returnFatalError function. Fatal errors will be returned in the normal error function in that case. And if you want to return buffers ...