fcbdada259
Port to FreeBSD
2020-01-28 21:49:55 +01:00
8845e1104b
Fix musl compatibility issues.
2020-01-29 00:38:39 +08:00
12f7416a85
Update logging to use log
, add command line flag to toggle it
2020-01-14 12:41:46 -08:00
06d4897d11
Merge branch 'master' into feature/emscripten-in-c-api
2019-12-16 13:50:12 -08:00
76800c7367
Merge #1032
...
1032: Fix abort signature in emscripten ABI r=MarkMcCaskey a=MarkMcCaskey
Needs tests; this is preventing python on wapm from working
Co-authored-by: Mark McCaskey <mark@wasmer.io >
2019-12-16 20:48:03 +00:00
e86b3941d0
Update Emscripten API layout; expose inner parts to to C API; add test
2019-12-16 15:45:28 -05:00
3381e8867c
Fix some assorted warnings.
2019-12-02 17:00:37 -08:00
e8b162df06
Fix abort and _abort to be different
2019-12-02 15:32:14 -08:00
cd946f1d27
Fix abort signature in emscripten ABI
2019-12-02 15:09:42 -08:00
5234897989
Improve portability of code by using c_char
2019-12-02 11:30:30 -08:00
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
ac321846e3
Merge branch 'master' into ventuzelo/fix-653-panic-memorydescriptor
2019-09-24 09:10:45 +02:00
9942d3ae98
Improved Emscripten / WASI autodetection
2019-09-22 18:23:22 -07:00
009c123332
Fixed emscripten main functions
2019-09-22 17:29:12 -07:00
7f2c532594
Allow dead code in emscripten WasmPtr
2019-09-20 13:19:31 -07:00
882a77ccf9
Remove null pointer checks generally, re-add them in Emscripten
2019-09-20 12:02:12 -07:00
c660aa9fce
fix 653 panic in memoryDescriptor
2019-09-17 17:42:06 +02:00
d8471e2b6a
Improved docs with custom logo and favicon
2019-09-03 17:06:31 -07:00
3f0dae3329
Fix compilation on AArch64 Linux.
2019-08-20 16:37:32 -07:00
1886760eba
Fix issue with emscripten memory out of range
2019-08-19 09:45:14 -05:00
d89990951e
Convert panic to error when calling emscripten main
2019-08-16 22:18:13 -06:00
57e621d307
Fix emscripten test usage and fix error conditional
2019-08-16 09:57:36 -06:00
d1c9ab3539
Convert emscripten memory assertion to error
2019-08-16 09:18:51 -06:00
03cabce2d5
Fix emscripten table assertion panic
2019-08-16 09:12:46 -06:00
bccbbb3d8b
Add deny nonstandard-style and unused-mut lints
2019-08-15 20:18:29 -06:00
47456b5baa
Fixed formatting
2019-08-05 14:37:08 -07:00
fed7c79923
Added extra assertions in Emscripten. Fixed #244
2019-08-05 14:15:36 -07:00
b358605791
One CamelCase style cleanup and allow dead code warning
2019-08-02 14:14:59 -06:00
2f70a199e4
Add deny dead_code lint and fix one error
2019-08-01 20:46:35 -06:00
0dfa1f68a8
Formatted code
2019-07-31 23:51:12 -07:00
a6461c3b14
Removed explicit hashbrown dependency
2019-07-31 23:18:38 -07:00
0ab8a0de09
Remove all uses of mem::uninitialized for Rust 1.38
2019-07-31 13:21:20 +09:00
6d494a297f
fix emscripten tests
2019-07-09 13:41:40 -07: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
61526e2c45
Improved code format
2019-07-07 17:10:55 -07:00
cb7a1f4486
Improved emscripten code based on comments
2019-07-07 17:10:13 -07:00
9c96f01494
Fixed emscripten ns collision. Added ctime implementation
2019-07-07 15:55:52 -07:00
d0b186b939
Added emscripten sbrk implementation
2019-07-06 22:05:45 -07:00
d3d84cbc22
Formatted emscripten files
2019-07-06 17:46:48 -07:00
15d1fd4bbb
Move emscripten pthread into its own module
2019-07-06 17:45:56 -07:00
f5af920724
Added pthread_self emscripten method
2019-07-06 17:41:03 -07:00
b1f868dc52
Enable shared memory in emscripten
2019-07-06 17:29:24 -07:00