Skip to content

Can I use php-wasm in production in near future? #78

Open
@mschop

Description

@mschop

Hi,

I have a rule engine written in PHP that we currently only run on the server side. In future I need this rule engine to work offline in a web view based mobile app.

Instead of rewriting the rule engine in JS/TS, I thought about using php-wasm instead. In theory I could then stick to PHP and run the rule engine inside the browser / mobile app.

php-wasm is still alpha, so it seems not quite suitable for a "real" production ready application.

So my questions are:

  • Would you recommend using php-wasm in production now or in the near future?
  • When and under what conditions are you tagging php-wasm as beta or stable?
  • If this rule engine does not require any php extensions, would you say it's save to use php-wasm now? (pure implementation without any side effects)

Thanks in advance!

Best Regards
mschop

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions