Replies: 3 comments 1 reply
-
as far as i understand, plugins are basically just php files perhaps someone can develop a plugin that exposes the apis people will want to wasm? might need to be automated somehow |
Beta Was this translation helpful? Give feedback.
0 replies
-
Consider https://extism.org/ |
Beta Was this translation helpful? Give feedback.
0 replies
-
Thanks, but while PHP can be run in WASM, WASM cannot be run by PHP! |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Many languages support compiling to WASM so since output is compiled to just one .wasm file, this would be an easy way to distribute addons written in many languages. WASM files can be executed by WASI runtime like Wasmer. Docker WASM support is currently in Beta (https://docs.docker.com/desktop/wasm/).
Beta Was this translation helpful? Give feedback.
All reactions