componentize-py
componentize-py copied to clipboard
Hi 👋 I'm attempting to componentize a Python app which has `anyio` as a transitive dependency, but it seems that `anyio` imports `ssl` and the `ssl` module isn't present. As...
Would it be possible to implement the same Wizer pre-initialization for componentize-py, [similar to ComponentizeJS](https://github.com/bytecodealliance/ComponentizeJS?tab=readme-ov-file#wizer-pre-initialization)? Loading a Python-based Wasm component into memory (using wasmtime) takes many seconds and it would...
I introduced the pytorch module. When executing the compilation, the following error was reported. How should I solve this problem? ``` Building component my-server with `componentize-py -w spin-http componentize my_server...
I'm trying to build componentize-py with Nix and encountered the following problem. Am I missing something or maybe doing something obviously wrong? Build error: ``` > error: failed to run...
did anyone try pydantic with componentize-py? I ran into this issue and was told to raise an issue here. I am not able to compile the code to a wasm...
Now that Rust supports the `wasm32-wasip2` target, we should be able to stop using my fork of WASI-SDK and instead use the latest upstream release. Also, IIRC, Rust builds with...
> A path configuration file is a file whose name has the form **name.pth** and exists in one of the four directories mentioned above; its contents are additional items (one...
If a suitable version of WASI-SDK is not found when building, we should probably download and install it under the target directory as a convenience. `componentize-dotnet` does this, and it...
As previously discussed in #174, this is due to https://github.com/WebAssembly/wasi-libc/issues/617, which was fixed in WASI-SDK 28. However, WASI-SDK 28 also broke the `wasm32-wasip2` target in various ways, e.g. https://github.com/WebAssembly/wasi-libc/issues/640, so...
I think it should only put the docs `///`.