blob: b29f2000621ab1ad1c16e30b49aff7c253a30d98 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
---
title: "Enable WASM in OpenBSD Chromium"
date: 2021-05-17T20:54:01+01:00
draft: false
categories: ['Computing']
---
We all need to be able to use Zoom nowadays, as much as I hate it.
OpenBSD's has sensibly locked down a lot of shit, and one example is
`WASM` in Chromium.
Launch Chromium like this: `ENABLE_WASM=1 chrome --enable-wasm`.
You don't get a client obviously. You have to use the web client, so
make sure you click the correct link.
|