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
Copy file name to clipboardExpand all lines: docs/.vitepress/config.ts
+7-12Lines changed: 7 additions & 12 deletions
Original file line number
Diff line number
Diff line change
@@ -1,8 +1,9 @@
1
-
import{defineConfig}from'vitepress'
1
+
import{defineConfig}from'vitepress';
2
2
3
3
exportdefaultdefineConfig({
4
4
title: 'tywrap',
5
-
description: 'Generate type-safe TypeScript wrappers for any Python library — Node.js, Deno, Bun, and browsers via Pyodide.',
5
+
description:
6
+
'Generate TypeScript bindings with precise types for fully annotated, in-module, serializable Python returns, with fallbacks where tywrap cannot resolve a type.',
**`PermissionDenied: Requires run access to "python3"`** — Add `--allow-run=python3` to your `deno run` command.
84
+
**`PermissionDenied: Requires run access to "python3"`** — Add
85
+
`--allow-run=python3` to your `deno run` command.
75
86
76
-
**`NotSupported: Subprocess access is not allowed`** — You are running in Deno Deploy. Switch to [`PyodideBridge`](/guide/runtimes/browser) or [`HttpBridge`](/guide/runtimes/http).
87
+
**`NotSupported: Subprocess access is not allowed`** — You are running in Deno
88
+
Deploy. Switch to [`PyodideBridge`](/guide/runtimes/browser) or
89
+
[`HttpBridge`](/guide/runtimes/http).
77
90
78
91
See the [Node.js troubleshooting guide](./node) for additional patterns.
0 commit comments