You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Issue
Hamilton is well-suited for in-browser execution via Pyodide/WebAssembly (Wasm), but its reliance on multiprocessing is a blocker since WebAssembly currently does not support traditional multiprocessing.
Request
Identify areas where multiprocessing is used and explore alternatives within Pyodide’s single-threaded constraints.
Assess any other Pyodide-specific adjustments needed for smoother operations.
Expected Outcome
Hamilton running in a Pyodide/Wasm environment, potentially with an alternative parallel execution model. If feasible, outline steps toward a production-ready WASM build.
(Note: Posted this in Burr thinking it was Hamilton. 🤷♂️)
The text was updated successfully, but these errors were encountered:
Issue
Hamilton is well-suited for in-browser execution via Pyodide/WebAssembly (Wasm), but its reliance on multiprocessing is a blocker since WebAssembly currently does not support traditional multiprocessing.
Request
Expected Outcome
Hamilton running in a Pyodide/Wasm environment, potentially with an alternative parallel execution model. If feasible, outline steps toward a production-ready WASM build.
(Note: Posted this in Burr thinking it was Hamilton. 🤷♂️)
The text was updated successfully, but these errors were encountered: