qe-wasm: split by connector (#4681)
* qe-wasm: Split query engine by connector
Intoroduces separate features for mysql, postgresql and sqlite
connectors and builds 3 individual engines for each. All engines are put
and published as a single package (with connector-specific) engine in
subdirectory. It is up to a client to pick the correct one.
Contributes to prisma/team-orm#891
* feat: some of the review comments
* Fix size job
* Fix size again