-
Notifications
You must be signed in to change notification settings - Fork 4.9k
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
Convert WAVM Wasm runtime to an extension #12574
Labels
Comments
This was referenced Nov 10, 2020
lizan
added a commit
that referenced
this issue
Nov 17, 2020
Partially addresses #12574. Refactored test instantiate to removes many ifdefs. Commit Message: Additional Description: Risk Level: Low Testing: CI Docs Changes: Release Notes: Platform Specific Features: Signed-off-by: Lizan Zhou <lizan@tetrate.io>
lizan
added a commit
that referenced
this issue
Nov 18, 2020
Partially addresses #12574, makes split the monolithic wasm_lib into multiple libraries. Clear up dependency metadata due to select. Risk Level: Low Testing: CI Signed-off-by: Lizan Zhou <lizan@tetrate.io>
andreyprezotto
pushed a commit
to andreyprezotto/envoy
that referenced
this issue
Nov 24, 2020
Partially addresses envoyproxy#12574. Refactored test instantiate to removes many ifdefs. Commit Message: Additional Description: Risk Level: Low Testing: CI Docs Changes: Release Notes: Platform Specific Features: Signed-off-by: Lizan Zhou <lizan@tetrate.io>
andreyprezotto
pushed a commit
to andreyprezotto/envoy
that referenced
this issue
Nov 24, 2020
Partially addresses envoyproxy#12574, makes split the monolithic wasm_lib into multiple libraries. Clear up dependency metadata due to select. Risk Level: Low Testing: CI Signed-off-by: Lizan Zhou <lizan@tetrate.io>
qqustc
pushed a commit
to qqustc/envoy
that referenced
this issue
Nov 24, 2020
Partially addresses envoyproxy#12574. Refactored test instantiate to removes many ifdefs. Commit Message: Additional Description: Risk Level: Low Testing: CI Docs Changes: Release Notes: Platform Specific Features: Signed-off-by: Lizan Zhou <lizan@tetrate.io> Signed-off-by: Qin Qin <qqin@google.com>
qqustc
pushed a commit
to qqustc/envoy
that referenced
this issue
Nov 24, 2020
Partially addresses envoyproxy#12574, makes split the monolithic wasm_lib into multiple libraries. Clear up dependency metadata due to select. Risk Level: Low Testing: CI Signed-off-by: Lizan Zhou <lizan@tetrate.io> Signed-off-by: Qin Qin <qqin@google.com>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Currently the WAVM Wasm runtime support is a define option: --define wasm=enabled or --define wasm=wavm.
Instead we can convert the WAVM runtime support to an extension and then use a registry to resolve it. We can
do the same thing for V8 and any other Wasm runtimes.
The text was updated successfully, but these errors were encountered: