[WebAsembly] Build thread code (#22)

This commit is contained in:
Sam Clegg
2017-11-15 15:58:02 -08:00
committed by GitHub
parent c185c68dd0
commit 9f20a8a3c2
4 changed files with 3 additions and 4 deletions

View File

@ -27,7 +27,7 @@ import tempfile
verbose = False
DIR_BLACKLIST = ['misc', 'thread']
DIR_BLACKLIST = ['misc']
BLACKLIST = [
'puts.c', # Prefer the JS version for now
'abort.c', # Perfer the JS version for now