5 ms·
Question please: Even though there is stated desire to support python etc vm, this will be hampered by the need for the client to download the large VM vs nati
by tadlan 11y ago
Question please: Even though there is stated desire to support python etc vm, this will be hampered by the need for the client to download the large VM vs native code that can be distributed itself, correct?
- jfbastien 11y agoCorrect, though we're working on dynamic linking to ease the pain, and improving compilers such as LLVM so that the generated code is smaller.
- tadlan 11y agoThanks. I'm not familiar with dynamic linking. What will that do?
- deleted 11y ago[deleted]
- binji 11y agoThere's a response above this one from titzer describing it, or you can read more here: https://github.com/WebAssembly/design/blob/master/DynamicLinking.md https://github.com/WebAssembly/design/blob/master/DynamicLin...