[在https://wasmer.io
上说
Use the tools you know and the languages you love. Compile everything to WebAssembly. Run it on any OS or embed it into other languages.
embed it into other languages
是什么意思?我已经用谷歌搜索,但是找不到任何相关的答案。
假设,我有一个编译为WebAssembly的python程序,并且有一个Java程序可以使用它。
他们的意思是,您可以将Wasmer运行时本身嵌入各种语言,然后使用这种嵌入来运行从任何其他源语言编译的WebAssembly,只要它对任何输入/输出都使用WASI API。