|
|
|
|
|
by umvi
1139 days ago
|
|
Python performance on wasm is going to be abysmal because you're essentially running a VM inside a VM. Other languages like rust can compile directly to wasm. Until Python can do the same it will be a second or third class citizen in wasm. Put another way, you could make one of those tier charts for WASM tooling, and if rust is in S tier, python is like C or D tier. |
|