Flutter Engine
The Flutter Engine
Loading...
Searching...
No Matches
Functions
main_wasm.cpp File Reference
#include <iostream>

Go to the source code of this file.

Functions

int main (int argc, char **argv)
 

Function Documentation

◆ main()

int main ( int  argc,
char **  argv 
)

Definition at line 11 of file main_wasm.cpp.

11 {
12 printf("Hello world\n");
13 // TODO(bsalomon, kjlubick) Make this draw to a Canvas2D, WebGL Canvas, or WebGPU Canvas
14}
std::string printf(const char *fmt,...) SK_PRINTF_LIKE(1