Flutter Engine
The Flutter Engine
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
11int 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}
char ** argv
Definition: library.h:9
int main(int argc, char **argv)
Definition: main_wasm.cpp:11
std::string printf(const char *fmt,...) SK_PRINTF_LIKE(1
Definition: SkSLString.cpp:83