/* Determine browser vs node environment by testing the default top level context. Solution courtesy of: https://stackoverflow.com/questions/17575790/environment-detection-node-js-or-browser */
if(__PLATFORM_WEB__){
// Web version of reading a wasm file into an array buffer.