Replies: 2 comments
-
Hi! In order to build the benchmark, make sure that you are using the The |
Beta Was this translation helpful? Give feedback.
-
Hi, thanks, I didn't realize this script should be run from the top-level directory. With Further question: There is a lot of use of |
Beta Was this translation helpful? Give feedback.
-
Hello,
I would like to build the wasm32 benchmarks from source but I could not figure out how.
Starting from here: https://github.com/jedisct1/webassembly-benchmarks, I am able to run the
.wasm
binaries of the various benchmarks. However, some of they take a really, really, long time, particularly on the slower engines. I would like to adjust the amount of work done in some of the benchmark line items in order to make them run in a reasonable time (~1 second each).I looked at the build scripts in
build-dists/wasm32-wasi.sh
but it seems to want aMakefile
to have been generated, yet there is not aconfigure
orconfigure.ac
in this directory. I can build the library with thezig
build but I don't know how to build the benchmarks.Beta Was this translation helpful? Give feedback.
All reactions