aboutsummaryrefslogtreecommitdiffhomepage
path: root/README.md
diff options
context:
space:
mode:
authorGravatar jonathanmetzman <31354670+jonathanmetzman@users.noreply.github.com>2019-08-19 14:07:33 -0700
committerGravatar GitHub <noreply@github.com>2019-08-19 14:07:33 -0700
commit984b792dd9dcabf968e6c0510fddeef2c8557431 (patch)
tree128a5824d0048d2f3deb7d38e7f2010380c28cd5 /README.md
parent5f933a0a7c23e3456a45502d87aa424e32bf82e6 (diff)
Document i386 fuzzing (#2704)
Diffstat (limited to 'README.md')
-rw-r--r--README.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/README.md b/README.md
index 739d9233..bc9af6eb 100644
--- a/README.md
+++ b/README.md
@@ -17,7 +17,8 @@ in combination with [Sanitizers](https://github.com/google/sanitizers), as well
[ClusterFuzz](https://github.com/google/clusterfuzz),
a distributed fuzzer execution environment and reporting tool.
-Currently, OSS-Fuzz supports C and C++ code, though other languages supported by [LLVM](http://llvm.org) may work too.
+Currently, OSS-Fuzz supports C/C++, Rust, and Go code. Other languages supported by [LLVM](http://llvm.org) may work too.
+OSS-Fuzz supports fuzzing x86_64 and i386 builds.
## Overview
![OSS-Fuzz process diagram](docs/images/process.png)