[flagged]
Py2wasm – A Python to WASM Compiler
101–110 of 175 posts
Re: Py2wasm – A Python to WASM Compiler
#102[flagged]
Re: Py2wasm – A Python to WASM Compiler
#103> We worked on py2wasm to fulfill our own needs first, as we want to accelerate Python execution to the maximum, so we can move our Python Django backend from Google Cloud into Wasmer Edge.
I was under the impression that Django was stateful and not meant to be run in a serverless/edge cloud. Is that not the case or are you planning to do a special setup to support that?
Re: Py2wasm – A Python to WASM Compiler
#104What's the hello world wasm file size?
ls -lh hello.wasm
-rw-r--r--@ 1 tcole staff 24M Apr 22 14:18 hello.wasm
This is on macOS. That is hello.py compiled to wasm with Py2wasm.Re: Py2wasm – A Python to WASM Compiler
#105[dead]
Re: Py2wasm – A Python to WASM Compiler
#106[dead]
Re: Py2wasm – A Python to WASM Compiler
#107[dead]
Re: Py2wasm – A Python to WASM Compiler
#108[dead]
Re: Py2wasm – A Python to WASM Compiler
#109[dead]
Re: Py2wasm – A Python to WASM Compiler
#110[flagged]