mirror of
https://github.com/fluencelabs/wasmer
synced 2025-06-23 05:31:32 +00:00
Formatted emscripten files
This commit is contained in:
@ -13,7 +13,9 @@ pub fn _pthread_attr_getstack(
|
||||
) -> i32 {
|
||||
trace!(
|
||||
"emscripten::_pthread_attr_getstack({}, {}, {})",
|
||||
_stackaddr, _stacksize, _other
|
||||
_stackaddr,
|
||||
_stacksize,
|
||||
_other
|
||||
);
|
||||
// TODO: Translate from Emscripten
|
||||
// HEAP32[stackaddr >> 2] = STACK_BASE;
|
||||
|
Reference in New Issue
Block a user