[][src]Function web_worker::child_entry_point

pub fn child_entry_point(ptr: u32) -> Result<(), JsValue>

Entry point invoked by worker.js, a bit of a hack but see the "TODO" above about worker.js in general.