Compiling to Javascript without WASM

HI , I want to compile my model to Javascript but web assembly support will not be available. Is that case supported ? Could I build to LLVM IR and then use emcc with some flag to not generate WASM ? Thanks Anirban

In theory we might if emcc still supports pure js, but as far as i know emcc already evolves to use wasm support so not sure about the feasibility. Additionally, a lot of the gpu feature would need availability of webgpu

There is a -sWASM=0 flag for emcc.