Replies: 1 comment 6 replies
-
There's no official way to use ruff from wasm today where we give any stability guarantees or is published to e.g. crates.io. |
Beta Was this translation helpful? Give feedback.
6 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I would like to use Ruff for a new WebAssembly project and was curious as to how imports can be handled. Is there a way to provide custom hooks/callbacks to provide the requested files to Ruff?
For example, it would be nice if I could provide Ruff with the sources for numpy so that my user's code can be checked against it (correct number of arguments, functions exist etc.).
Beta Was this translation helpful? Give feedback.
All reactions