Let\'s say I want to translate the following code to equivalent Web Assembly WASM code
let i = 0; do { i++; } while (i < 3);
Can anyone