mirror of
https://github.com/BinomialLLC/basis_universal.git
synced 2026-07-25 07:29:01 +00:00
Update README with future goals for Python support
Added information about future goals for Python Wheels and examples.
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
Python support is still new and coming online, but is entirely functional.
|
||||
The library's pure C (WASM friendly) API's are completely exposed to Python.
|
||||
The library's pure C (WASM friendly) API's are completely exposed to Python. Our next goal is to work on official [Wheels](https://pythonwheels.com/), once the API is settled and more examples are written.
|
||||
|
||||
The Python integration first tries to use native .so's in the basisu_py
|
||||
directory. If they don't exist, it tries the slower and single threaded WASM
|
||||
|
||||
Reference in New Issue
Block a user