Sign in
chromium
/
external
/
github.com
/
kripken
/
emscripten
/
refs/heads/remove-dynamic-alloc
/
.
/
tests
/
embind
/
isMemoryGrowthEnabled=true.cpp
blob: 91dee4255800b5de248953637cb58d738972b925 [
file
] [
log
] [
blame
] [
edit
]
#include
<emscripten/bind.h>
using
namespace
emscripten
;
EMSCRIPTEN_BINDINGS
(
settings
)
{
constant
(
"isMemoryGrowthEnabled"
,
true
);
}