DEV Community

Discussion on: Tensorflow.js available on WebAssembly backend 🔥

Collapse
 
juancarlospaco profile image
Juan Carlos

PyTorch runs on WebAssembly on Mobile on NimTorch with the full experience from a long time now.

Collapse
 
yashints profile image
Yaser Adel Mehraban

Does it run in the browser?

Collapse
 
juancarlospaco profile image
Juan Carlos
Thread Thread
 
yashints profile image
Yaser Adel Mehraban

That’s cool, will check it out

Thread Thread
 
juancarlospaco profile image
Juan Carlos

I recommend learning Nim, time well spent.
Nim runs on browser and everywhere where theres a C/C++/JS API.
I use it to dev Python, it just works like Cython.
It also replaced NodeJS for me, it works like Svelte.