lpar / gzipped

Replacement for golang http.FileServer which supports precompressed static assets.
BSD 3-Clause "New" or "Revised" License
95 stars 15 forks source link

How much memory? #21

Open 19Nazar opened 5 months ago

19Nazar commented 5 months ago

Good afternoon, I have a question. I have a custom environment in webassemble that will provide such functions. https://github.com/19Nazar/WasmZig How much minimum memory will be required to run the assembly in python?

lpar commented 5 months ago

I'm not sure what you're asking. This code isn't Zig or Python, it's Go. If you're hoping to compile this to WASM and run it inside a Python WASM environment, I'm afraid I can't help you as I don't use Python.

19Nazar commented 5 months ago

I meant how much space the minimum build would take to make it work)

I'm not sure what you're asking. This code isn't Zig or Python, it's Go. If you're hoping to compile this to WASM and run it inside a Python WASM environment, I'm afraid I can't help you as I don't use Python.

I meant how much space the minimum build would take to make it work)