mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-24 05:11:16 +00:00
Bug 1653659 - Part 4: Turn on Wasm sandboxing for hunspell r=dmajor
Differential Revision: https://phabricator.services.mozilla.com/D94931
This commit is contained in:
parent
351efdd226
commit
7fe5a63523
@ -4,6 +4,6 @@ base-toolchains*)
|
||||
# Clang versions < 8.0 don't support wasm.
|
||||
;;
|
||||
*)
|
||||
export WASM_SANDBOXED_LIBRARIES=graphite,ogg
|
||||
export WASM_SANDBOXED_LIBRARIES=graphite,ogg,hunspell
|
||||
;;
|
||||
esac
|
||||
|
@ -32,6 +32,7 @@ from mozpack.unify import UnifiedBuildFinder
|
||||
WASM_LIBS = (
|
||||
"Contents/MacOS/liboggwasm.dylib",
|
||||
"Contents/MacOS/libgraphitewasm.dylib",
|
||||
"Contents/MacOS/libhunspellwasm.dylib",
|
||||
)
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user