Show HN: Firefox in WebAssembly
51–60 of 134 posts
Re: Show HN: Firefox in WebAssembly
#52Re: Show HN: Firefox in WebAssembly
#53Earlier quoted context omitted.
what do you mean? we're a team of 10 and have 390 contributors. We post regularly, including me.
The 21 on github, do you mean? And only nine above 3 commits ever? Yes you post regularly, too much even, and in the face of the guideline Please don't use HN primarily for promotion
also, talk about posting too much? look at your own submissions page
Re: Show HN: Firefox in WebAssembly
#54What makes it require that WASM extension you need the flag for in Firefox? Was there really no way to work around it or polyfill it for it to work? It is performance critical?
Re: Show HN: Firefox in WebAssembly
#55Earlier quoted context omitted.
Running firefox on aarch64 here right now (Ubuntu 26.04 ARM on snapdragon X1E) did you enable the about:config option? it may be required
Yes, you don’t get that far without it.
Re: Show HN: Firefox in WebAssembly
#56Earlier quoted context omitted.
apologies yes there is a wording error here, the correct wording is no CORS proxy, the reason why this is important is because cors proxies are inherently insecure (this is different because the TLS is done in your browser with a webassembly library). no servers is referring to you not needing to host servers in the same as the term "serverless". Such is the ways of modern tech terms I fear
Seems easy to fix it and say 'no CORS proxy' and 'no need to host your own server'. It was very confusing to me too.
Re: Show HN: Firefox in WebAssembly
#57>This port cost over 25k in opus/fable tokens for debugging and JIT research > This was just a fun experiment to push the boundaries of WebAssembly I'm a huge fan of the project, but I have to ask. If spending $25k is a "fun experiment", where exactly is your threshold for serious work?
I imagine it is 25k tokens not dollars
Re: Show HN: Firefox in WebAssembly
#58Re: Show HN: Firefox in WebAssembly
#59What makes it require that WASM extension you need the flag for in Firefox? Was there really no way to work around it or polyfill it for it to work? It is performance critical?
Re: Show HN: Firefox in WebAssembly
#60All the network traffic from that browser is routed through a server. My IP inside that browser was in India and on CloudFlare network. I don’t particularly trust Puter. Why not route traffic through my actual browser?
>Why not route traffic through my actual browser? Because you can't. Not even an Extension is able to. Browsers don't want you to bypass their content enforcement. I wish we had at least one hacker friendly browser.
Isolated web apps a chrome feature for developing apps that run in chromium based on HTML (but tbh only really used in Chromebooks) do support raw TCP sockets so if this was ported to an IWA you could have Firefox on a Chromebook without an external server needed.