For example I ported a C++ game to JS with Emscripten and result is .wasm file and .js file (which is responsible for loading this .wasm and some system things).
Another example - some 3D graphics libraries (three.js, etc…) can use wasm files for fast computing.
Is it possible to store that files in static assets as other data files (.txt, fonts…) in canister and load to index.html in browser?