Installation
npm install --save @types/emscripten
Summary
This package contains type definitions for Emscripten (http://kripken.github.io/emscripten-site/index.html).
Details
Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/emscripten.
Additional Details
- Last updated: Thu, 30 Jan 2020 21:15:26 GMT
- Dependencies: none
- Global values:
ALLOC_DYNAMIC
, ALLOC_NONE
, ALLOC_NORMAL
, ALLOC_STACK
, ALLOC_STATIC
, FS
, IDBFS
, MEMFS
, Module
, NODEFS
, UTF16ToString
, UTF32ToString
, UTF8ToString
, addFunction
, addRunDependency
, allocate
, allocateUTF8
, allocateUTF8OnStack
, ccall
, cwrap
, getValue
, intArrayFromString
, intArrayToString
, lengthBytesUTF16
, lengthBytesUTF32
, lengthBytesUTF8
, removeFunction
, removeRunDependency
, setValue
, stackAlloc
, stackRestore
, stackSave
, stringToUTF16
, stringToUTF32
, stringToUTF8
, writeArrayToMemory
, writeAsciiToMemory
, writeStringToMemory
Credits
These definitions were written by Kensuke Matsuzaki (https://github.com/zakki), Periklis Tsirakidis (https://github.com/periklis), and Bumsik Kim (https://github.com/kbumsik).