Re-enable building master from source for linux 32-bit (#471)

Doing this for windows is trickier as we would also need to provide
the python binaries for win32.

Note that we don't provide node binaries in this case because the
node project itself doesn't produce 32-bit builds for linux anymore.
This should still be useable for 32-bit linux users although they
will need to provide their own node (or use the system provided
one).

Fixes: #470
diff --git a/emsdk_manifest.json b/emsdk_manifest.json
index 7b48344..cac5be4 100644
--- a/emsdk_manifest.json
+++ b/emsdk_manifest.json
@@ -530,6 +530,12 @@
     "os": "linux"
   },
   {
+    "version": "upstream-master",
+    "bitness": 32,
+    "uses": ["llvm-git-master-32bit", "emscripten-master-32bit", "binaryen-master-32bit"],
+    "os": "linux"
+  },
+  {
     "version": "fastcomp-master",
     "bitness": 32,
     "uses": ["fastcomp-clang-master-32bit", "node-12.9.1-32bit", "python-3.7.4-32bit", "java-8.152-32bit", "emscripten-master-32bit", "binaryen-master-32bit"],