Flutter Engine
The Flutter Engine
Loading...
Searching...
No Matches
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}
Definition main.py:1