Sign in
chromium
/
external
/
github.com
/
WebAssembly
/
wasm-e2e
/
refs/heads/master
/
.
/
test
/
wasm.h
blob: 5f794d29d85b0c5e585fac3111abbb09417e7b2f [
file
] [
log
] [
blame
] [
edit
]
#ifdef
__cplusplus
extern
"C"
{
#endif
int
puts
(
const
char
*);
void
print
(
int
);
float
sqrtF32
(
float
)
asm
(
"llvm.sqrt.f32"
);
void
flipBuffer
(
const
void
*,
int
,
int
);
#ifdef
__cplusplus
}
#endif