fuzz: improve wasm-spec-interpreter documentation, add library path (#4007)
The documentation for the `wasm-spec-interpreter` was not up-to-date, causing some confusion on non-Ubuntu machines. This change adds the correct dependencies to install and includes the `libgmp` path for Fedora by default (i.e., `/lib64`).
This commit is contained in:
@@ -6,5 +6,5 @@ access to the Wasm spec interpreter. Its major parts:
|
||||
for FFI access
|
||||
- `Makefile`: the steps for gluing these pieces together into a static library
|
||||
|
||||
Note: the makefile must be configured with the path to libgmp. See LIBGMP_PATHS
|
||||
in the makefile.
|
||||
Note: the `Makefile` must be configured with the path to `libgmp.a`; see
|
||||
`LIBGMP_PATHS` in the `Makefile` (Ubuntu: `libgmp-dev`, Fedora: `gmp-static`).
|
||||
|
||||
Reference in New Issue
Block a user