Skip to content

[Query] About Native Shared Libraries #57

@Koreshichi

Description

@Koreshichi

Hi Team,

Thank you for building python-pdk. I'm evaluating it for a SaaS AI workflow platform where we need low-latency, isolated Python execution node.
Traditional solutions like Docker or other containers have cold start times that are unacceptable for our requirements.
Our current approach involves spawning independent Python processes per request. However, this incurs significant overhead and makes guaranteeing isolation difficult.
So we believe WASM is an ideal fit to solve the cold start and isolation issues.

However, our users frequently rely on libraries like numpy that require native methods. Could you kindly share why this is currently unsupported and if there are any plans to enable it in the future?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions