contrib/firefox/README

13 lines
522 B
Plaintext
Raw Normal View History

2023-10-14 15:59:24 +02:00
For sandboxing webapps you will need to install these optional dependencies:
2023-07-01 15:30:01 +02:00
wasi-libc
2023-10-24 19:19:16 +02:00
lld
2023-07-01 15:30:01 +02:00
wasi-compiler-rt
wasi-libc++
2023-10-14 15:59:24 +02:00
See https://hacks.mozilla.org/2020/02/securing-firefox-with-webassembly/
to learn why you might want to enable this feature. A different approach,
https://wiki.gentoo.org/wiki/Simple_sandbox , can be implemented without
any additional dependencies.
2018-12-26 11:23:08 +01:00
2023-07-01 15:30:01 +02:00
If you compile firefox frequently, consider installing ccache and sccache,
so that later updates can use the artifacts left over from previous builds.