mirror of
				https://github.com/bytecodealliance/wasm-micro-runtime.git
				synced 2025-10-31 05:11:19 +00:00 
			
		
		
		
	|  0f4edf9735 We have observed a significant performance degradation after merging https://github.com/bytecodealliance/wasm-micro-runtime/pull/1991 Instead of protecting suspend flags with a mutex, we implement the flags as atomic variable and only use mutex when atomics are not available on a given platform. | ||
|---|---|---|
| .. | ||
| sandboxed-system-primitives | ||
| libc_wasi_wrapper.c | ||
| libc_wasi_wrapper.h | ||
| libc_wasi.cmake | ||
| SConscript | ||