Optionaloptions: {Configuration options for the Pyodide runtime.
Optionalargs?: string[]Command-line arguments for the Python interpreter.
Optionalenv?: Record<string, string>Environment variables for the Python interpreter.
OptionalfullStdLib?: booleanWhether to load the full Python standard library.
OptionalindexURL?: stringURL to load Pyodide files from.
Optionalpackages?: string[]Packages to pre-load during initialization.
Optionalstderr?: (text: string) => voidCustom stderr handler.
Optionalstdin?: () => stringCustom stdin handler.
Optionalstdout?: (text: string) => voidCustom stdout handler.
A promise that resolves to the initialized Pyodide interface.
Loads and initializes the Pyodide WebAssembly Python runtime.