Felix Schütt
|
178f469506
|
Fix make lint
|
2022-10-28 11:48:53 +02:00 |
|
Felix Schütt
|
cf3ab70691
|
cargo fmt
|
2022-10-28 11:26:22 +02:00 |
|
Felix Schütt
|
a3f833fc40
|
Fix compilation bugs with webc
|
2022-10-28 11:23:23 +02:00 |
|
Felix Schütt
|
a0d9248576
|
Move /runners into wasmer-wasi
|
2022-10-28 10:00:08 +02:00 |
|
Felix Schütt
|
8ee578fb5d
|
Update package versions
|
2022-10-25 12:54:45 +02:00 |
|
Felix Schütt
|
f06d0e999b
|
Revert 72d49b3d1a
|
2022-10-25 09:43:56 +02:00 |
|
Felix Schütt
|
5c132f4ec9
|
Undo wrong inheritance of rights for directories
|
2022-10-25 09:30:04 +02:00 |
|
Felix Schütt
|
72d49b3d1a
|
Fix slight bug in adjusted_rights
|
2022-10-24 21:29:57 +02:00 |
|
Felix Schütt
|
e5a6082a85
|
Bug: permissions should be set from OpenOptions, not working dir
|
2022-10-24 20:55:14 +02:00 |
|
Felix Schütt
|
58f184e853
|
Correct file permission diff between create() and create_new()
|
2022-10-24 20:50:32 +02:00 |
|
Felix Schütt
|
5c49c45fcc
|
Fix style issues, make lint
|
2022-10-24 16:36:41 +02:00 |
|
Felix Schütt
|
508b96fa17
|
Added proper fix for fd_rights issue
|
2022-10-24 16:12:46 +02:00 |
|
Felix Schütt
|
fdda18d949
|
Implement fix for fd_rights test
|
2022-10-20 22:58:54 +02:00 |
|
Felix Schütt
|
35d1b96142
|
Debug lib/wasi/src/syscalls/mod/path_open function
|
2022-10-20 20:09:56 +02:00 |
|
Felix Schütt
|
66b2ae37db
|
Rename CurrentNightly to Nightly_2022_10_18
|
2022-10-20 17:19:03 +02:00 |
|
Felix Schütt
|
5a4596f736
|
Undo CI trigger
|
2022-10-20 12:16:36 +02:00 |
|
Felix Schütt
|
00d50533dd
|
Try triggering CI
|
2022-10-20 12:15:00 +02:00 |
|
ptitSeb
|
cfc631d56c
|
Update lib/wasi/src/syscalls/mod.rs
Co-authored-by: Michael Bryan <michaelfbryan@gmail.com>
|
2022-10-18 17:50:37 +02:00 |
|
ptitSeb
|
b115fe30d4
|
Update lib/wasi/src/syscalls/mod.rs
Co-authored-by: Michael Bryan <michaelfbryan@gmail.com>
|
2022-10-18 17:45:46 +02:00 |
|
ptitSeb
|
b7bf92193d
|
Merge branch 'master' into fix_wasi_path_rename
|
2022-10-18 17:20:31 +02:00 |
|
ptitSeb
|
d3da77602d
|
Added a test to check if rename can overwrite destination, fixing also the syscall and mem_fs
|
2022-10-18 17:19:48 +02:00 |
|
ptitSeb
|
69241960ee
|
Refeshed the wasi-wast test and fixed some potential issue with path_symlink syscall (for #3233)
|
2022-10-18 13:35:40 +02:00 |
|
Felix Schütt
|
05d74ea3fb
|
Fix WASI pipe to properly store read bytes in temp_buffer
|
2022-10-17 14:10:15 +02:00 |
|
ptitSeb
|
21d9368cef
|
Create the node if needed for the renameat syscall
|
2022-10-17 12:06:24 +02:00 |
|
ptitSeb
|
c82fd9377d
|
Remove test if dest file exist on path_rename wasi syscall (for #3228)
|
2022-10-14 14:18:52 +02:00 |
|
Felix Schütt
|
67d650146c
|
cargo clippy --fix
|
2022-10-14 13:00:55 +02:00 |
|
Felix Schütt
|
e38aca6496
|
Merge branch 'master' into capi-wasi-overwrite-stdin-3
|
2022-10-14 12:37:15 +02:00 |
|
ptitSeb
|
fc719c58a4
|
Merge branch 'master' into fix_fd_prestat_dir_name_trailing_zero
|
2022-10-13 09:46:46 +02:00 |
|
Felix Schütt
|
3eb2008ed7
|
cargo fmt
|
2022-10-11 12:07:33 +02:00 |
|
Felix Schütt
|
68bc7cc14a
|
Fix merge issues
|
2022-10-11 12:05:26 +02:00 |
|
Felix Schütt
|
2414636b5d
|
Merge branch 'master' into capi-wasi-overwrite-stdin-3
|
2022-10-11 11:22:13 +02:00 |
|
Felix Schütt
|
8340a4beed
|
Merge branch 'master' into wasi-types-generation-2
|
2022-09-27 17:14:37 +02:00 |
|
Felix Schütt
|
3089d4d7fc
|
Merge branch 'master' into capi-wasi-overwrite-stdin-3
|
2022-09-27 09:24:37 +02:00 |
|
Felix Schütt
|
fef756412f
|
Update 3.0.0-beta -> 3.0.0-beta.2
|
2022-09-26 12:20:35 +02:00 |
|
Felix Schütt
|
36db57cab7
|
cargo fmt
|
2022-09-22 19:28:22 +02:00 |
|
Felix Schütt
|
4217cf8a82
|
Move wasi-types-generated into wasi-types
|
2022-09-22 19:08:16 +02:00 |
|
Felix Schütt
|
6a91ed77e5
|
cargo fmt
|
2022-09-19 14:20:08 +02:00 |
|
Felix Schütt
|
0e5b55f845
|
Set blocking = false for all tests
|
2022-09-19 14:19:16 +02:00 |
|
Felix Schütt
|
8aa69d2b63
|
Try fixing failing JS tests
|
2022-09-19 14:17:10 +02:00 |
|
Felix Schütt
|
497592a04c
|
Allow dead code (?)
|
2022-09-19 13:50:23 +02:00 |
|
Felix Schütt
|
72acbc8f93
|
cargo fmt
|
2022-09-19 12:28:27 +02:00 |
|
Felix Schütt
|
f21689d1e6
|
Added set_blocking method to control blocking behaviour for WasiPipe
|
2022-09-19 12:27:33 +02:00 |
|
Felix Schütt
|
64399973e3
|
Reexport WasiBidirectionalSharedPipePair as Pipe
|
2022-09-19 11:39:00 +02:00 |
|
Felix Schütt
|
238aef331b
|
Remove debug eprintln
|
2022-09-19 11:22:17 +02:00 |
|
Felix Schütt
|
0e53d2d19b
|
Rename WasiPipePair -> WasiBidirectionalPipePair
|
2022-09-19 11:17:29 +02:00 |
|
Felix Schütt
|
b98b691a44
|
Fix compilation issues on Windows
|
2022-09-12 18:24:42 +02:00 |
|
Felix Schütt
|
bdd5395be5
|
Fix "make lint" again
|
2022-09-12 17:51:17 +02:00 |
|
Felix Schütt
|
4e96969df4
|
Remove wasi_snapshot0 in favor of wasi
|
2022-09-12 17:38:11 +02:00 |
|
Felix Schütt
|
d2edcd74fb
|
Fix "make lint" again
|
2022-09-12 17:20:26 +02:00 |
|
Felix Schütt
|
c4a16ae682
|
Fix WasiPipe + examples
|
2022-09-09 15:31:57 +02:00 |
|