[−][src]Function rask_wasm::mem::set_tls_size
pub unsafe fn set_tls_size(tls_size: u32)
Set the size of the global thread local storage.
Safety
This function has to be called prior to any invocaton of the alloc_tls function. This function may never be called more than once.