Skip to content

Commit 2daef15

Browse files
committed
Add link to Pyodide's ffi docs
1 parent 1dc7469 commit 2daef15

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

peps/pep-0776.rst

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -731,7 +731,9 @@ Because Emscripten supports POSIX, a significant number of tasks can be achieved
731731
using the ``os`` module. However, many fundamental operations in JavaScript
732732
runtimes are not possible via POSIX APIs. Pyodide's approach is to specify a
733733
mapping between the JavaScript object model and the Python object model and a
734-
calling convention that allows high level bidirectional integration.
734+
calling convention that allows high level bidirectional integration. `See the
735+
Pyodide documentation here
736+
<https://pyodide.org/en/stable/usage/type-conversions.html>`__.
735737

736738
Asyncio
737739
~~~~~~~

0 commit comments

Comments
 (0)