Skip to content
New issue

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

Support for multi-engine support #8

Open
gzurl opened this issue Oct 18, 2022 · 0 comments
Open

Support for multi-engine support #8

gzurl opened this issue Oct 18, 2022 · 0 comments
Labels
🚀 enhancement New feature or request

Comments

@gzurl
Copy link
Contributor

gzurl commented Oct 18, 2022

Currently, only Wasmtime engine is supported.

We might want to support others like:

This way, we allow the developer to take advantage of the specific Wasm engine's unique features.

Ideally, a new directive such as WasmEngine <engine_name> could be used for each module that has to be loaded. This enables a quick way to test a module with one engine or another.

One relevant aspect to be considered is to have a kind of engine-feature matrix, so in case a WasmFeatureX is not supported by a specific engine, then maybe Apache shouldn't boot up.

@gzurl gzurl added the 🚀 enhancement New feature or request label Oct 18, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🚀 enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant