Sign in
chromium
/
external
/
github.com
/
kripken
/
emscripten
/
refs/heads/webgpu_testing
/
.
/
test
/
minimal_hello.c
blob: c7bd5ac4d3a6afe6cd2d55d94bd3deafb43ee114 [
file
] [
edit
]
#include
<emscripten/console.h>
int
main
()
{
emscripten_console_log
(
"minimal hello!"
);
return
0
;
}