Rename `_ws` suffixed method to `_wa` to make them compliant with WebAssembly naming
Description
The current naming of the Wasm method (_ws
suffix) is inconsistent with the contracted version of WebAssembly, WA.
Fix the naming by changing the suffix value to _wa
.