diff --git a/build.rs b/build.rs index dda957c59f..c92fea840a 100644 --- a/build.rs +++ b/build.rs @@ -136,6 +136,7 @@ cfg_if::cfg_if! { "symlink_loop" => true, "clock_time_get" => true, "truncation_rights" => true, + "path_filestat" => true, _ => false, } } else { diff --git a/misc_testsuite/path_filestat.wasm b/misc_testsuite/path_filestat.wasm new file mode 100755 index 0000000000..b05f483731 Binary files /dev/null and b/misc_testsuite/path_filestat.wasm differ