Not to complain about WASM because it's great, but it certainly needs more compilers and toolchains, and it should be possible to make webgl calls directly.
Toolchains like clang and g++ should be able to generate WASM directly, I don't understand why you need so many things like bynaryen to make a WASM file. Having tools is essential if you want a technology to progress towards adoption.
EDIT: actually clang can now generate WASM. I'm not curious how feasible it would be to package python with WASM
Toolchains like clang and g++ should be able to generate WASM directly, I don't understand why you need so many things like bynaryen to make a WASM file. Having tools is essential if you want a technology to progress towards adoption.
EDIT: actually clang can now generate WASM. I'm not curious how feasible it would be to package python with WASM