Hacker News new | ask | show | jobs
by flohofwoe 1249 days ago
There's a lot of WASM in GUID-named binary blobs though (most of those have one JS file and one WASM file included, some only a JS file).

Does three.js make heavy use of WASM and bundle them in blobs with GUID names?

PS: yes it appears to be three.js, looking at other three.js demos they also have those blobs with one JS and one WASM file in them. I'm surprised three.js uses so much WASM!

1 comments

I think three.js is pure JavaScript, it may be some physics engine that uses WASM (like Rapier)