Add @JsName to methods
Add @JsNode annotation for all methods to force the method name in the generated js.
Need to use expect annotation in commonMain and actual annotation in nodeJsMain and jvmMain. See c-crdtlib which implement the same mecanism.