What is a good way to profile icache locality and dcache locality for different WASM implementations? Or is only the WASM interpreter implementation in icache and all of the WASM module ("my" code and data) both end up in dcache? If the WASM implementation compiles down to native, then this might be different.
EDIT: Clarification and typos.