WASI 和 proxy-wasm 是什么关系?

What is the relationship between WASI and proxy-wasm?

WASI and proxy-wasm 似乎有类似的目标——定义一个 ABI 以允许 WASM 模块与主机环境交互(即支持系统调用),proxy-wasm 专注于嵌入到代理中的模块。

两者之间的关系(当前或计划中)是什么?我看过 this 但不确定涵盖的内容。

proxy-wasm is/was used for the initial development, in order to bootstrap the ecosystem, and to gauge the interest of other vendors in the industry (which was a great success, since others have already created: AssemblyScript SDK, TinyGo SDK, and WebAssembly Hub).

但我们的想法始终是将此 ABI 贡献给 WASI,我们在 2019/10/15 and 2020/03/26 的 WASI 聚会上谈到了这一点,因此期待 ABI 在接下来的几个 weeks/months.