I am not sure but is it right if my app is requesting multiple draco_wasm_wrapper.js files, almost 10+, feels like it is seperate request for each model because I am using multiple draco compressed models (not sure how many tbh) but just wanna know is this right behavior? I am using react-three-fiber.
if you can look the above pic, you’ll see 7 seperate draco_wasm_wrapper.js requests and there are few more which are not in view and i get an error saying ‘Webassembly.memory():could not allocate memory’ in mobile devices, could it be because of this?