area/wasmhelp wanted
Repository metrics
- Stars
- (27,997 stars)
- PR merge metrics
- (平均マージ 8d) (30d で 378 merged PRs)
説明
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.