-
Notifications
You must be signed in to change notification settings - Fork 221
Closed
Description
Rebasing WebAssembly/wasi-sdk#564 to account for #626 looks like there are two more failing tests:
mmap.c
:
$ AR=llvm-ar-19 make -j40 WASI_SNAPSHOT=p2
$ $WASI_SDK_PATH/bin/clang ../wasi-sdk/tests/general/mmap.c --target=wasm32-wasip2 --sysroot=./sysroot -lwasi-emulated-mman -D_WASI_EMULATED_MMAN -o mmap.wasm
$ wasmtime --dir ../wasi-sdk/tests/general/mmap.c.dir::foo mmap.wasm foo
open: No such file or directory
opendir.c
:
$ AR=llvm-ar-19 make -j40 WASI_SNAPSHOT=p2
$ $WASI_SDK_PATH/bin/clang ../wasi-sdk/tests/general/opendir.c --target=wasm32-wasip2 --sysroot=./sysroot -o opendir.wasm
$ wasmtime --dir ../wasi-sdk/tests/general/opendir.c.dir::foo opendir.wasm foo
opendir: No such file or directory
both tests pass if WASI_SNAPSHOT=p2
is omitted, however, and --target=wasm32-wasi
is passed instead.
Metadata
Metadata
Assignees
Labels
No labels