Who can do it: All users
Which plans: Free, Starter, Business, Enterprise, Education
Which platforms: Browser
WebAssembly (WASM) may be disabled for reasons that include compliance with security policies set by your organization, or non-support in older environments, for example.
TIP: The WebAssembly comparison table shows which WASM features are supported in your browser.
You can check whether your browser supports WASM.
Follow these steps:
- In your browser, open Developer Tools.
- (MacOS) Chrome, Edge, Firefox:
⌘ + ⌥ + I - (Linux, Windows) Chrome, Edge, Firefox:
Ctrl + Shift + I, orF12 - (MacOS) Safari: Go to Settings > Advanced. Enable Show Develop menu in menu bar | Show features for web developers. Open Develop > Show JavaScript console.
- (MacOS) Chrome, Edge, Firefox:
- In DevTools, click the Console tab.
- In the console input line, type or paste
typeof WebAssembly. - On your keyboard press ENTER.
- Interpret the result:
- If the console returns
undefined, then WebAssembly is unsupported, or disabled. -
If the console returns
object, then WebAssembly is supported.
The DevTools console showsobjectwhen WASM is available in your browser.NOTE: If the console returns
objectand you are still unable to access Miro, you can review other possible issues and troubleshooting, or contact Miro Support.
- If the console returns