1
0
Fork 0

instructions to check for wasm support

This commit is contained in:
éclairevoyant 2022-08-03 23:00:17 -04:00 committed by GitHub
parent 03fd68ff99
commit 5f7299cb1e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 0 deletions

View File

@ -35,6 +35,10 @@ The WebAssembly specification does not address any of the above threats. Therefo
browsers and have discountinued use of browsers that do not allow WASM to be disabled. To be fair, many of the threats
above also apply to Javascript, which **can** be statically analyzed or outright disabled.
## Checking for WASM support
Refer to the code snippet in https://stackoverflow.com/a/47880734
## Disabling Guidance
**FireFox**