Hacker News new | ask | show | jobs
by friedman23 1248 days ago
Threejs apparently
1 comments

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!

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