The original readme file has been renamed as follow: README -> README.npb README.omc -> README.npb.omc build.sh: A build script for compile benchmark into WebAssembly (with WASI) CC : native c compiler that will be used to compile native baseline WASI_SDK : path to WASI SDK release (https://github.com/WebAssembly/wasi-sdk) PROBLEM_SIZE: problem size for NPB benchmark (see original readme) CFLAGS : compiler flags for native C compiler WASI_CFLAGS : compiler flags for WASI SDK is/is.c: * add forward declaration for following functions: timer_clear timer_start timer_stop timer_read c_print_results