Mention in docs wasm-wheels as the main wheels source for pyodide builds

This commit is contained in:
Andrej730
2025-10-28 17:43:59 +05:00
parent d1763237d2
commit 36c28f3953
2 changed files with 13 additions and 7 deletions
@@ -178,13 +178,19 @@ to launch a simple notebook.
Web Assembly
------------
IfcOpenShell is available as technology preview to be run using WASM. This
allows you to run IfcOpenShell in a browser using pyodide. This implementation
is incredibly heavy and will incur a long load time, but once loaded, will give
you full access to the entire IfcOpenShell API.
To run IfcOpenShell in a browser using pyodide, we have available pyodide WASM
packages at `wasm-wheels
<https://github.com/IfcOpenShell/wasm-wheels#pyodide-test-wheels>`__ repository.
`Click here <https://github.com/IfcOpenShell/wasm-preview>`__ to learn how to
use WASM.
There is also a technology preview to be run using WASM. This implementation
is incredibly heavy and will incur a long load time, but once loaded, will give
you full access to the entire IfcOpenShell API:
- the latest preview - `here
<https://github.com/IfcOpenShell/IfcOpenShell/blob/v0.8.0/src/pyodide/demo-app/README.md>`__
- an older preview, that may have some additional information - `here
<https://github.com/IfcOpenShell/wasm-preview>`__
Using Bonsai
------------