Commit Graph

97 Commits

Author SHA1 Message Date
56475594e9 compilation error fix 2019-10-28 17:57:29 +00:00
b67f2c9f18 use getrandom instead of rand 2019-10-28 18:33:15 +03:00
4b3880c88b add details when calling unimplemented! 2019-10-03 11:26:54 +02:00
882a77ccf9 Remove null pointer checks generally, re-add them in Emscripten 2019-09-20 12:02:12 -07:00
3f0dae3329 Fix compilation on AArch64 Linux. 2019-08-20 16:37:32 -07:00
0ab8a0de09 Remove all uses of mem::uninitialized for Rust 1.38 2019-07-31 13:21:20 +09:00
b67b051a4a Updated emscripten with comment 2019-07-08 09:39:19 -07:00
6f1a8995ca Fixed emscripten windows vars format 2019-07-08 00:35:18 -07:00
680b833e94 Move emscripten ___syscall221 to the unix implementation 2019-07-07 23:36:50 -07:00
72a80a6122 FIxed emscripten windows issues 2019-07-07 22:50:50 -07:00
69be61c9cb Remove this calls in windows 2019-07-07 19:51:11 -07:00
798ad03182 Improved formatting in unix syscalls 2019-07-07 19:35:46 -07:00
f4e60c09c1 Squashed commit of the following:
commit 62d9da4e3e02251a0f61c904e826bc06cf964ff7
Author: Syrus <me@syrusakbary.com>
Date:   Sun Jul 7 18:16:34 2019 -0700

    Fixed syscall221

commit a8fde9148d50d89616d8a85a68110b89e3273229
Author: Syrus <me@syrusakbary.com>
Date:   Sun Jul 7 18:16:04 2019 -0700

    Improved ioctl use case

commit 5ad109d39838624ad84232a4c17714b885835893
Merge: 61526e2c 5cab8161
Author: Syrus <me@syrusakbary.com>
Date:   Sun Jul 7 17:44:25 2019 -0700

    Merge branch 'command/dash' into feature/emscripten-update

commit 5cab816193
Author: Jesús Leganés-Combarro 'piranna <piranna@gmail.com>
Date:   Sat Jul 6 20:11:49 2019 +0200

    Generic IOCTLs mapping

commit 5a0dc0374c
Merge: 61cfed79 9d120ed3
Author: Jesús Leganés-Combarro 'piranna <piranna@gmail.com>
Date:   Sat Jul 6 17:15:02 2019 +0200

    Merge remote-tracking branch 'origin/master' into command/dash

commit 61cfed7916
Author: Jesús Leganés-Combarro 'piranna <piranna@gmail.com>
Date:   Sat Jul 6 13:04:04 2019 +0200

    Fixed implementation for syscalls 200, 201 and 202

commit 91e26d1a0e
Author: Jesús Leganés-Combarro 'piranna <piranna@gmail.com>
Date:   Sat Jul 6 13:03:26 2019 +0200

    Improved debug messages

commit 53a8fbeb2a
Author: Jesús Leganés-Combarro 'piranna <piranna@gmail.com>
Date:   Sat Jul 6 13:03:04 2019 +0200

    [___syscall146] Move loop out of `unsafe` zone

commit d6dd3696f1
Author: Jesús Leganés-Combarro 'piranna <piranna@gmail.com>
Date:   Sat Jul 6 13:01:31 2019 +0200

    [___syscall140] Fixed types

commit c827a6a993
Merge: 2bc16826 5e18d04d
Author: Jesús Leganés-Combarro 'piranna <piranna@gmail.com>
Date:   Sat Jul 6 12:21:33 2019 +0200

    Merge remote-tracking branch 'origin/master' into command/dash

commit 2bc16826b5
Author: Jesús Leganés-Combarro 'piranna <piranna@gmail.com>
Date:   Thu Jul 4 07:05:00 2019 +0200

    Implement `getpgid` syscall

commit d464954f58
Author: Jesús Leganés-Combarro 'piranna <piranna@gmail.com>
Date:   Thu Jul 4 07:04:36 2019 +0200

    [fcntl64] Replace mock for real implementation

commit 3fe0183d85
Author: Jesús Leganés-Combarro 'piranna <piranna@gmail.com>
Date:   Thu Jul 4 07:03:39 2019 +0200

    [ioctl] No-of for `TIOCSPGRP` command & code clean-up

commit cc83ec9ac1
Author: Jesús Leganés-Combarro 'piranna <piranna@gmail.com>
Date:   Thu Jul 4 07:02:47 2019 +0200

    [___syscall5] debug messages

commit 91587c8bde
Author: Jesús Leganés-Combarro 'piranna <piranna@gmail.com>
Date:   Thu Jul 4 07:02:20 2019 +0200

    [___syscall57] debug messages
2019-07-07 19:35:09 -07:00
d407606db4 fix issue with linux 2019-07-01 16:59:25 -07:00
a4171892ea move unix code to unix only location 2019-07-01 16:50:55 -07:00
623bec001f improve networking in emscripten 2019-07-01 16:36:30 -07:00
fada36a72c Merge #514
514: improve emscripten sockets and networking r=MarkMcCaskey a=MarkMcCaskey



Co-authored-by: Mark McCaskey <mark@wasmer.io>
2019-07-01 20:29:52 +00:00
6afc2e4fd9 fix warnings; rm dbg statements 2019-07-01 12:57:33 -07:00
4fcb3c4c83 improve emscripten sockets and networking 2019-06-28 17:14:00 -07:00
6cc41f82c8 Fixed lseek error in Windows 2019-06-27 12:42:27 -07:00
6aec631774 Improved lseek assignment 2019-06-27 12:37:29 -07:00
73367ef6e9 Fixed cast alignment issue 2019-06-27 11:31:08 -07:00
10eab1ca68 Improved code 2019-06-27 11:21:03 -07:00
47e38f0b2a Fixed formatting 2019-06-27 11:18:49 -07:00
dda438ebd1 Fixed lseek 2019-06-27 11:14:38 -07:00
7ebb90527c Fixes remaining clippy issues 2019-06-13 21:23:41 +02:00
675caf042c Various lint fixes 2019-06-13 21:01:37 +02:00
1560849e40 Fix lint errors and windows build 2019-06-13 20:46:05 +02:00
8829e1d901 Make Python running 🎉 2019-06-13 14:05:57 +02:00
58d75868f4 Fixed syscall220 alignment 2019-06-13 12:17:17 +02:00
f12d6f8dd2 Merge branch 'command/pyodide' of github.com:wasmerio/wasmer into command/pyodide 2019-06-12 23:26:02 +02:00
cc740040d2 Merge branch 'master' into command/pyodide 2019-06-12 22:52:05 +02:00
109acd2fa3 Trying to fix ___syscall220 2019-06-12 01:01:47 +02:00
6ce4f5dca4 Minor fixes 2019-06-12 00:13:06 +02:00
0b416e14c3 Improved syscall220 debug 2019-06-11 17:38:16 +02:00
b36783fc50 remove duplicated code, wrap WasmPtr on wasi side 2019-06-11 11:10:42 +02:00
ff21d9e95f Merge branch 'master' into command/pyodide 2019-06-08 19:48:25 +02:00
98e04193af Merge branch 'master' into feature/better-memory-access-for-emscripten 2019-06-06 18:03:55 -07:00
d7ea46bab7 add wasmptr memory abstraction to emscripten; update wasi array access 2019-06-06 15:45:19 -07:00
6f633cee6f fix pointer casting lint in emscripten syscall191 2019-06-06 12:07:19 -07:00
8df63b1b6e fix bugs in emscripten socket syscalls 2019-06-06 11:55:05 -07:00
222b582207 Merge remote-tracking branch 'origin/master' into command/pyodide 2019-06-02 14:10:25 +02:00
281c5ff45d fix bugs in em mapdir, improve it for relative paths, use it more 2019-05-29 14:20:52 -07:00
6606a7c7b0 silence clippy on pointer alignment 2019-05-28 14:06:24 -07:00
f8b94b7469 Merge remote-tracking branch 'origin/master' into feature/add-mapdir-for-emscripten 2019-05-28 13:48:12 -07:00
3a4517d5d6 clean up code, verify it behaves the same as emscripten with js 2019-05-28 10:06:22 -07:00
b78a8af228 Added missing functions for pyodide
Since Pyodide is focused on running on desktop, this pull-request lacks
Javascript runtime functions. It also sorted alphabetically some functions
2019-05-28 09:39:49 +02:00
fc15bc58f6 add mapdir for emscripten; implement getdents, etc. 2019-05-24 18:00:07 -07:00
dd30595358 Trying to fix issues 2019-05-24 13:30:41 -07:00
c7dceba0d8 Improved formatting 2019-05-24 12:09:00 -07:00