envoyproxy/envoy

Convert WAVM Wasm runtime to an extension

Open

#12,574 建立於 2020年8月10日

在 GitHub 查看
 (0 留言) (0 反應) (0 負責人)C++ (5,373 fork)batch import
area/wasmhelp wanted

倉庫指標

Star
 (27,997 star)
PR 合併指標
 (平均合併 8天) (30 天內合併 378 個 PR)

描述

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.

貢獻者指南