"embed it into other languages" 在 Wasmer 中是什么意思?
What does "embed it into other languages" mean in Wasmer?
在 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 程序来使用它。
- 我可以将 python 程序嵌入到 Java 程序中吗?
- 这是"embed it into other languages"吗?
- 怎么做?
在 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 程序来使用它。
- 我可以将 python 程序嵌入到 Java 程序中吗?
- 这是"embed it into other languages"吗?
- 怎么做?