Function wasmer_emscripten_near::set_up_emscripten[][src]

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.