We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6da9ee7 commit f47ee46Copy full SHA for f47ee46
bazel/external/v8.patch
@@ -1,3 +1,7 @@
1
+# 1. Disable pointer compression (limits the maximum number of WasmVMs).
2
+# 2. Don't expose Wasm C API (only Wasm C++ API).
3
+# 3. Fix gcc build error by disabling nonnull warning.
4
+
5
diff --git a/BUILD.bazel b/BUILD.bazel
6
index 4e89f90e7e..3fcb38b3f3 100644
7
--- a/BUILD.bazel
0 commit comments