Skip to content

Instantly share code, notes, and snippets.

@Pwera
Created April 14, 2020 20:39
Show Gist options
  • Save Pwera/a6a385fad0a4eff828d8c9c8d3137a04 to your computer and use it in GitHub Desktop.
Save Pwera/a6a385fad0a4eff828d8c9c8d3137a04 to your computer and use it in GitHub Desktop.
// The cheerp/clientlib.h header contains declarations for the browser APIs
#include <cheerp/clientlib.h>
// webMain is the entry point for web applications written in Cheerp
void webMain()
{
client::console.log("Hello, World Wide Web!");
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment