[][src]Function wasmer_emscripten::set_up_emscripten

pub fn set_up_emscripten(instance: &mut Instance) -> Result<(), RuntimeError>

Call the global constructors for C++ and set up the emscripten environment.

Note that this function does not completely set up Emscripten to be called. before calling this function, please initialize Ctx::data with a pointer to EmscriptenData.