I forgot something: ### cross platform When I write a library to do X. It has to work on the js,wasm,android,windows,linux,ios without every thinking about that this could be a challange. The only thing I have to do, must be to write --output=js,wasm,android,windows,linux,ios anything less and we have failed.