wasm3 / wasm-coremark

CoreMark 1.0 ported to WebAssembly
39 stars 2 forks source link

Setup for `minimal` version #3

Open 1c3t3a opened 2 years ago

1c3t3a commented 2 years ago

Hi there! I am currently doing some WASM benchmarks on an ESP32C3 microcontroller. I want to ask about the configuration and setup for the minimal version. What is the result of the current coremark-minimal.wasm binary? I would like to reproduce it natevily on the microcontroller to compare it. In the README you mention

minimal build is more complex, and requires modification of core_main.c.

Could someone give me a hint about the modifications?

Thanks in advance!

1c3t3a commented 2 years ago

Alright I've learned about the result value from #2, but still did not figure out the setup and how to run it natively. Would be really great to get some input here ;)

MartinKlang commented 2 years ago

Hello @1c3t3a, did you manage to run this on the esp32? I would be interested to hear what CoreMark result you got!