Webassembly as 32bit and 64bit
webassembly emitted from emscripten is 32bit and it can be 64bit. The target device for emscripten is Browsers. Why will it even depend on 32bit ,64bit architectures , as the browser interacts with the OS(which interacts with the CPU). Why do we require 32bit 64bit?