Viewing profile — gzurl
gzurl
HN member- Joined
- Thu, Jul 14, 2022, 5:22 PM UTC
- HN karma
- 40
- Public activity
- 15 items
- HN profile
- View on Hacker News ↗
About gzurl
No profile information was provided.
Recent public activity
-
comment
Comment #36115648
Actually, that is one of the Wasm key features: being a platform-independent binary not tied to any specific HW architecture. Translating x86_64 code to arm64 requires more CPU cyc…
-
comment
Comment #36115559
SA-CORE-2020-013 is one of them.
-
comment
Comment #36115545
Indeed! As an example, SA-CORE-2020-013 can be mitigated with Wasm. An that one is classified as Critical.
-
comment
Comment #36114315
Yes, sure. WasmGPT this time :-)
-
comment
Comment #36113983
I think you missed this paragraph: The Apache HTTP server and the Drupal packages remain unchanged. However, instead of loading the libphp.so extension module, it incorporates mod_…
-
comment
Comment #36113952
Take a look at the linked article about how some PHP vulnerabilities can be mitigated with WebAssembly: https://wasmlabs.dev/articles/mitigating-php-vulnerabilities...
-
comment
Comment #36113543
This article explores how Drupal can benefit from the capabilities-based security model offered by WebAssembly, a portable binary format that allows execution of code in a safe and…
- story
-
comment
Comment #36069624
I didn't know about pandoc. Really useful!
-
comment
Comment #36055784
Yes, exactly. We wrote an article here regarding PHP on Wasm that covers that: https://wasmlabs.dev/articles/mitigating-php-vulnerabilities...
- story
- story
-
comment
Comment #33071594
Think in the minimum container you need to run some Python code (>300MB?). Now, compare that to just the Python interpreter compiled into Wasm (25MB). If you need deploy that into …
-
comment
Comment #33069556
https://github.com/vmware-labs/mod_wasm
-
comment
Comment #32971590
The "why" and the "how" here: https://wasmlabs.dev/articles/wordpress-in-the-browser/