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:
Deian Stefan 2021-05-17 18:19:28 +00:00
parent 351efdd226
commit 7fe5a63523
2 changed files with 2 additions and 1 deletions

View File

@ -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

View File

@ -32,6 +32,7 @@ from mozpack.unify import UnifiedBuildFinder
WASM_LIBS = (
"Contents/MacOS/liboggwasm.dylib",
"Contents/MacOS/libgraphitewasm.dylib",
"Contents/MacOS/libhunspellwasm.dylib",
)