Merge branch 'master' into capi-wasi-overwrite-stdin-3

This commit is contained in:
Felix Schütt
2022-09-27 09:24:37 +02:00
committed by GitHub
67 changed files with 1506 additions and 344 deletions

View File

@@ -940,7 +940,10 @@ pub unsafe extern "C" fn wasi_get_start_function(
#[cfg(test)]
mod tests {
#[cfg(not(target_os = "windows"))]
use inline_c::assert_c;
#[cfg(target_os = "windows")]
use wasmer_inline_c::assert_c;
#[test]
fn test_wasi_get_wasi_version_snapshot0() {