diff options
author | 2024-10-14 14:06:19 +0200 | |
---|---|---|
committer | 2024-10-14 14:06:19 +0200 | |
commit | 400fd8c62b80b3585c35362bcb69d6e635ebd9b6 (patch) | |
tree | ab38bbfafcf9350f6771f7b14898e2c27d1b532c /README.md | |
parent | [feature/OFFICIALLY UNSUPPORTED] add nowasm build tag to disable building wit... (diff) | |
download | gotosocial-400fd8c62b80b3585c35362bcb69d6e635ebd9b6.tar.xz |
[docs] Document experimental, unsupported `nowasm` tag (#3436)v0.17.0-rc5
* [docs] Document experimental, unsupported `nowasm` tag
* change some awkward wording
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 6 |
1 files changed, 2 insertions, 4 deletions
@@ -294,7 +294,7 @@ Mostly works, just a few issues with WASM SQLite; check release notes carefully GtS doesn't work well on 32-bit systems like i386, or Armv6/v7, mainly due to performance of media decoding. -As such, we don't recommend running GtS on 32-bit, but you may have success if you turn off downloading of remote media. +We don't recommend running GtS on 32-bit, but you may have some success either turning off remote media processing altogether, or building a binary yourself with the totally **unsupported, experimental** [nowasm](https://docs.gotosocial.org/en/latest/advanced/builds/nowasm/) tag. For more guidance, check release notes when trying to install on 32-bit. @@ -302,9 +302,7 @@ For more guidance, check release notes when trying to install on 32-bit. Marked as unsupported due to performance issues (high memory usage when idle, crashes while processing media). -You may have some success if you turn off decoding of remote media. - -We hope to support OpenBSD better in future, but this is not guaranteed. +While we don't support running GtS on OpenBSD, you may have some success building a binary yourself with the totally **unsupported, experimental** [nowasm](https://docs.gotosocial.org/en/latest/advanced/builds/nowasm/) tag. ### Stable Releases |