Skip to content

Commit f47ee46

Browse files
committed
Restore and expand v8 patch comment
1 parent 6da9ee7 commit f47ee46

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

bazel/external/v8.patch

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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+
15
diff --git a/BUILD.bazel b/BUILD.bazel
26
index 4e89f90e7e..3fcb38b3f3 100644
37
--- a/BUILD.bazel

0 commit comments

Comments
 (0)