We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Currently, only one Wasm module with a unique configuration can be loaded at a time.
At first glance, we might want to consider two different scenarios:
In this issue, we will focus on 1). See #7 for the scenario 2).
Different Wasm modules at the same time involve, at least:
httpd.conf
A first goal for this feature could be to serve PHP and Python Wasm modules by only one Apache instance.
The text was updated successfully, but these errors were encountered:
Merge pull request #27 from vmware-labs/gzurl/multi-module
0e8dcc5
Multi-module and Multi-configuration support. Fixes #6, #7, and #16.
gzurl
Successfully merging a pull request may close this issue.
Currently, only one Wasm module with a unique configuration can be loaded at a time.
At first glance, we might want to consider two different scenarios:
In this issue, we will focus on 1). See #7 for the scenario 2).
Different Wasm modules at the same time involve, at least:
httpd.conf
mod_wasm directives need to be duplicated (once per module).A first goal for this feature could be to serve PHP and Python Wasm modules by only one Apache instance.
The text was updated successfully, but these errors were encountered: