Function emscripten_async_wget [src]
Prototype
pub extern "c" fn emscripten_async_wget(url: [*:0]const u8, file: [*:0]const u8, onload: em_str_callback_func, onerror: em_str_callback_func) void
Parameters
url: [*:0]const u8
file: [*:0]const u8
onload: em_str_callback_func
onerror: em_str_callback_func
Source
pub extern "c" fn emscripten_async_wget(url: [*:0]const u8, file: [*:0]const u8, onload: em_str_callback_func, onerror: em_str_callback_func) void