Sign in
chromium
/
external
/
github.com
/
kripken
/
emscripten
/
refs/heads/remove-dynamic-alloc
/
.
/
tests
/
canvas_style_proxy.c
blob: 74e149d1adb5addc016495945f00985b947abe6a [
file
] [
log
] [
blame
] [
edit
]
#include
<emscripten.h>
int
main
()
{
EM_ASM
({
Module
[
'canvas'
].
style
[
'cursor'
]
=
'pointer'
;
});
}