I've added js-canvas target to my multiplatform Compose project.
Almost all is ok. There are only issues with TextField:
sometime current position indicator is not showing,
when pressing quota char then focus is loosing,
text not changing (only backspace works) when typing by hardware keyboard (when custom LocalSoftwareKeyboardController is defined).
Is it known issues for current development state?