Difference between revisions of "Thread:User talk:Xor/SecurityManager replacement/reply (5)"
Jump to navigation
Jump to search
(Reply to SecurityManager replacement) |
m |
||
| Line 1: | Line 1: | ||
| − | WASM is a great idea, we could keep a list of supported languages, where Java can use existing JVM sandbox, and C++ & Javascript into WASM. Not sure how Python can be adequately supported in this mode though, | + | WASM is a great idea, we could keep a list of supported languages, where Java can use existing JVM sandbox, and C++ & Javascript into WASM. Not sure how Python can be adequately supported in this mode though, popular frameworks such as Numpy, Tensorflow & Pytorch are all not fully Python. |
| + | |||
| + | Update: Pyodide is a full WASM CPython implementation with Numpy support, which can be a good starting point. | ||
Latest revision as of 14:43, 8 July 2022
WASM is a great idea, we could keep a list of supported languages, where Java can use existing JVM sandbox, and C++ & Javascript into WASM. Not sure how Python can be adequately supported in this mode though, popular frameworks such as Numpy, Tensorflow & Pytorch are all not fully Python.
Update: Pyodide is a full WASM CPython implementation with Numpy support, which can be a good starting point.