Webassembly.compile() doesn't support SharedArrayBuffer in 138

Hello, as per description I noticed that firefox version 138 requires an ArrayBuffer as the argument of WebAssembly.compile() and doesn't allow anymore (like in 137) a S… (cytajśo wěcej)

Hello,

as per description I noticed that firefox version 138 requires an ArrayBuffer as the argument of WebAssembly.compile() and doesn't allow anymore (like in 137) a SharedArrayBuffer, is this intended or it will be fixed in the future? Follows a simple test case. Kind reagards.


--- index.html --- <title>Example</title> <script> let instance = undefined; async function loadWasm() { try { const response = await fetch('./sum.wasm'); const buffer = await response.arrayBuffer(); const sharedBuffer = new SharedArrayBuffer(buffer.byteLength); const tmpView = new Uint8Array(sharedBuffer); tmpView.set(new Uint8Array(buffer)); const module = await WebAssembly.compile(sharedBuffer); instance = await WebAssembly.instantiate(module); } catch (error) { alert(`failed to compile in wasm: ${error.message}`); } } loadWasm(); function testWasm() { if (instance) alert(`sum 1 + 2 = ${instance.exports.add(1, 2)}`); else alert('invalid instance, failed to compile'); } </script> <button onclick="testWasm()">Press to run wasm function (sum)</button> --- ---

--- sum.wat --- (to convert into .wasm using: wat2wasm sum.wat -o sum.wasm) (module (func $add (param $lhs i32) (param $rhs i32) (result i32) local.get $lhs local.get $rhs i32.add) (export "add" (func $add)) ) --- ---

Pšašany wót wužywarja Fra pśed 5 minutami

Hide AI results on Google search

I am trying to hide the AI results on Google search, but I can only find instructions for Chrome. I prefer to use Firefox, but I loathe the AI results. Is there any way I… (cytajśo wěcej)

I am trying to hide the AI results on Google search, but I can only find instructions for Chrome. I prefer to use Firefox, but I loathe the AI results. Is there any way I can go back to the way it was before on Firefox?

Thank you for your help.

Pšašany wót wužywarja pjlalonde1 pśed 6 góźinami

Slědne wótegrono wót wužywarja pjlalonde1 pśed 1 góźinu

Paywalls...?

I'm not sure where this ?? should go... so,here you are... It would be terrific if a paywall was indicated before clicking on an item of interest on my Mozilla page.… (cytajśo wěcej)

I'm not sure where this ?? should go... so,here you are... It would be terrific if a paywall was indicated before clicking on an item of interest on my Mozilla page..rather than get there and be asked to pay before reading an article... if you are licensed to share the info, why are we being asked to pay for a subscription>>>?

  One other thing while I'm here... I find the page automatically updates... I would prefer to have the option of updating the selection page.. again, this is my Mozilla start page and I use Pocket on that page..

All thoughts encouraged and considered, please advise, thanks...

Pšašany wót wužywarja ahrgees pśed 1 góźinu

Bookmarks from another device

My windows broken and I install new one. I have signed to firefox with my account, but there is no my old bookmarks from old device - Daniel’s Firefox on Daniel-PC. How … (cytajśo wěcej)

My windows broken and I install new one. I have signed to firefox with my account, but there is no my old bookmarks from old device - Daniel’s Firefox on Daniel-PC.

How can I get bookmarks from Daniel’s Firefox on Daniel-PC?

Pšašany wót wužywarja dsabukevic pśed 2 góźinoma

Which SQLite files contain "site data" history and cookie white list?

If I select "Privacy & Security > History > Clear history when Firefox closes > Settings > Data > Site settings" what SQLite files affected when Firefo… (cytajśo wěcej)

If I select "Privacy & Security > History > Clear history when Firefox closes > Settings > Data > Site settings" what SQLite files affected when Firefox closes?

I suspect in the profile folder directly, there's a file called "storage.sqlite", but there seems to be more things affected because the whitelist for my cookies is also wiped-out.

In my experience (115.23.0.esr), when I request to remove site data when Firefox closes, it wipes out my cookie white list, so I want to manage that myself.

Pšašany wót wužywarja allizom.frog4food pśed 3 góźinami

Slow initial loading of streams on Twitch starting with Firefox 138.0 and newer

When I open any stream, it takes about 2.5 seconds from the start of the page loading to the appearance of the stream image and playback. For comparison, in version 137 i… (cytajśo wěcej)

When I open any stream, it takes about 2.5 seconds from the start of the page loading to the appearance of the stream image and playback. For comparison, in version 137 it took about 1.0 seconds.

I tried to launch the browser (Firefox 138.0.1) in troubleshooting mode, and also created a new profile, but the problem remained.

I also downloaded portable versions: 137.0.1 - everything is fine. 138.0 and 140.0a1 - slow loading.

I also have Zen Browser installed (the latest version is based on 138.0.1) - everything is fine.

- Translated via Google Translate.

Pšašany wót wužywarja BodyulCG pśed 4 góźinami

Where did Amazon go?

I had Amazon in the search engine along with Google, Yahoo, DuckDuckGo, etc.., and was using it frequently. However after some point, at least a month ago, only Amaozn di… (cytajśo wěcej)

I had Amazon in the search engine along with Google, Yahoo, DuckDuckGo, etc.., and was using it frequently. However after some point, at least a month ago, only Amaozn disappeared from the search engine list. Even resetting the search engines to default doesn't bring back Amazon.

I've been waiting for a fix to come but since it hasn't come yet, I'd like to know if there are any way I can restore it.

current environment: - macOS 15.4.1 - Firefox 138.0.1 (I had this issue on v137 too)

Pšašany wót wužywarja mkis pśed 4 góźinami