Flutter Engine
The Flutter Engine
third_party
skia
tools
sk_app
wasm
main_wasm.cpp
Go to the documentation of this file.
1
/*
2
3
* Copyright 2022 Google LLC
4
*
5
* Use of this source code is governed by a BSD-style license that can be
6
* found in the LICENSE file.
7
*/
8
9
#include <iostream>
10
11
int
main
(
int
argc,
char
**
argv
) {
12
printf
(
"Hello world\n"
);
13
// TODO(bsalomon, kjlubick) Make this draw to a Canvas2D, WebGL Canvas, or WebGPU Canvas
14
}
argv
char ** argv
Definition:
library.h:9
main
int main(int argc, char **argv)
Definition:
main_wasm.cpp:11
SkSL::String::printf
std::string printf(const char *fmt,...) SK_PRINTF_LIKE(1
Definition:
SkSLString.cpp:83
Generated on Sun Jun 23 2024 21:56:50 for Flutter Engine by
1.9.4