From 5f7299cb1ee1978de8b6c70494407e295a07104f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=A9clairevoyant?= <848000+eclairevoyant@users.noreply.github.com> Date: Wed, 3 Aug 2022 23:00:17 -0400 Subject: [PATCH] instructions to check for wasm support --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index aec4123..41494d8 100644 --- a/README.md +++ b/README.md @@ -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**