Skip to content

Instantly share code, notes, and snippets.

@Dynesshely
Created January 25, 2024 17:06
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Dynesshely/64a41e587a47eb26cae24775a866e507 to your computer and use it in GitHub Desktop.
Save Dynesshely/64a41e587a47eb26cae24775a866e507 to your computer and use it in GitHub Desktop.
Tips for browsers

How to close WebAssembly support ?

  • FireFox
    1. Open new tab -> about:config
    2. Search and modify javascript.options.wasm to false
  • Chrome/Chromium
    1. Add startup argument: chrome.exe --js-flags=--noexpose_wasm
    2. If you're under macOS, do like this: open /Applications/Google\ Chrome.app --args --js-flags=--noexpose_wasm
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment