Remove annoying console.log
- Remove extraneous "parsing..." console.log statement
- Deprecate
repmInvoker
param toReplicache
(it's still present though), in favor of newwasmModule
param. This just allows you to pass the string path of the module, rather than wrapping it in the REPMWasmInvoker constructor.