How can I use C++ to include Monaco Editor as an in-game code editor

I would like to make a game that teaches how to program. How can I use C++ to include Monaco Editor as an in-game editor so that players can enter code during the game?

I know this is REALLY old, but have you found any solutions or alternatives? I want to do a similar thing.