128-bit SIMD
The related code/working directory of this example resides in directory {WAMR_DIR}/samples/workload
Last updated
The related code/working directory of this example resides in directory {WAMR_DIR}/samples/workload
Last updated
All workloads have similar requirment of software dependencies, including emsdk and binaryen
There might be slight differences when using MacOS and other Linux distro than Ubuntu. This document targets Ubuntu 20.04 as an example.
use to install all dependencies before compiling any workload. Or use
The script installs below software:
emsdk. Refer to . Don't forget to activate emsdk and set up environment variables. Verify it with echo ${EMSDK}
. Please be sure to install and activate the building of 3.0.0
binaryen. Install to /opt/binaryen