Felix Schütt
|
419e8cf132
|
Fix unit test
|
2023-02-02 16:15:26 +01:00 |
|
Syrus Akbary
|
545a12ac93
|
Update login.rs
|
2023-02-02 15:58:20 +01:00 |
|
Syrus Akbary
|
d2bc1a6a60
|
Update login.rs
|
2023-02-02 15:57:57 +01:00 |
|
Syrus Akbary
|
42fd09bcfb
|
Move tunables into engine
|
2023-01-30 20:18:22 +01:00 |
|
Christoph Herzog
|
28620c88f4
|
Merge branch 'master' into wasix
|
2023-01-30 13:42:11 +01:00 |
|
Felix Schütt
|
61059a746f
|
Change order of iterating to prefer -headless library when linking
|
2023-01-30 09:45:13 +01:00 |
|
Felix Schütt
|
0dbf1126c6
|
Switch back to wasmer-headless
|
2023-01-30 08:19:57 +01:00 |
|
Christoph Herzog
|
42f58d0c98
|
Merge remote-tracking branch 'origin/master' into wasix
|
2023-01-28 08:30:02 +01:00 |
|
Felix Schütt
|
6ef51c7e09
|
Fix make lint
|
2023-01-27 10:00:10 +01:00 |
|
Felix Schütt
|
3ea338c0e5
|
Link with libwasmer-headless
|
2023-01-27 09:40:05 +01:00 |
|
Felix Schütt
|
e3db893dd9
|
Merge branch 'master' into fix-caching-issue-customlambda
|
2023-01-26 10:53:12 +01:00 |
|
Christoph Herzog
|
f5cfb59090
|
chore: Update comment to reflect implementation changes
Because an outdated comment is the worst kind of comment.
|
2023-01-24 20:24:34 +01:00 |
|
Christoph Herzog
|
d1bae195b3
|
Merge remote-tracking branch 'origin/master' into wasix
|
2023-01-23 22:00:16 +01:00 |
|
Felix Schütt
|
6d539e0044
|
Print warning when the libwasmer path might be wrong
|
2023-01-23 16:55:59 +01:00 |
|
Felix Schütt
|
ca4b9762f5
|
Normalize file paths when unpacking .tar.gz on Windows
|
2023-01-23 10:10:51 +01:00 |
|
Felix Schütt
|
ff11cbd705
|
Make CompilerOptions flags private again
|
2023-01-19 19:59:03 +01:00 |
|
Felix Schütt
|
54f0f0cbe9
|
Undo Store::new_with_tunables debugging code
|
2023-01-19 19:45:14 +01:00 |
|
Felix Schütt
|
b26b48794c
|
Move get_module_info into the Engine
|
2023-01-19 19:43:01 +01:00 |
|
Felix Schütt
|
32b39e80ef
|
Remove unnecessary printlns
|
2023-01-19 19:13:28 +01:00 |
|
Felix Schütt
|
533b72fec1
|
Merge branch 'master' into fix-master-red-2
|
2023-01-19 18:53:38 +01:00 |
|
Felix Schütt
|
a33cb20c3b
|
Fix make lint
|
2023-01-19 17:32:20 +01:00 |
|
Felix Schütt
|
17943e5e11
|
Refactor Artifact::new into separate sub-functions
|
2023-01-19 17:24:44 +01:00 |
|
Felix Schütt
|
e112604ef7
|
Revert "Disable set_target(Some(target)) for Engine builder"
This reverts commit 32fbfc338c.
|
2023-01-19 16:43:34 +01:00 |
|
Felix Schütt
|
f577164489
|
Revert "Enable set_target() again, but disable unwind info"
This reverts commit 6398b06865.
|
2023-01-19 16:43:22 +01:00 |
|
Felix Schütt
|
4c770dd157
|
Add comments to explain IndexMap
|
2023-01-19 16:35:03 +01:00 |
|
Felix Schütt
|
6398b06865
|
Enable set_target() again, but disable unwind info
|
2023-01-19 16:24:13 +01:00 |
|
Felix Schütt
|
32fbfc338c
|
Disable set_target(Some(target)) for Engine builder
See https://github.com/wasmerio/wasmer/issues/3508
|
2023-01-19 15:41:49 +01:00 |
|
Felix Schütt
|
c61a5d7cf5
|
Store::default - create new store with BaseTunables
|
2023-01-19 13:11:32 +01:00 |
|
Felix Schütt
|
fd5962dd66
|
Revert "Fix make lint"
This reverts commit e2755b7107.
|
2023-01-19 09:23:10 +01:00 |
|
Felix Schütt
|
1042053b6e
|
Revert "Fix make lint"
This reverts commit 912f21ab03.
|
2023-01-19 09:22:45 +01:00 |
|
Felix Schütt
|
5c927b974d
|
Fix create-exe to work
|
2023-01-19 09:20:57 +01:00 |
|
Felix Schütt
|
321c1f3c83
|
Try to imitate the previous Store creation with get_config((
|
2023-01-18 19:21:21 +01:00 |
|
Felix Schütt
|
be30f664b2
|
Print store information on CI
|
2023-01-18 19:07:59 +01:00 |
|
Felix Schütt
|
2ce32dba79
|
Debug why get_store_for_target returns wrong UnwindInfo
|
2023-01-18 19:00:47 +01:00 |
|
Felix Schütt
|
790fcfca59
|
Debug why get_store_for_target fails
|
2023-01-18 18:39:00 +01:00 |
|
Felix Schütt
|
de62fdd075
|
Remove uses of Store::default in create-exe and wasmer run
|
2023-01-18 16:55:06 +01:00 |
|
Felix Schütt
|
3d73c536d6
|
Fix unit tests on Linux
|
2023-01-18 16:25:24 +01:00 |
|
Felix Schütt
|
8d3e7c0dad
|
Refactor WasiRunner / EmscriptenRunner to take a Store as an argument
|
2023-01-18 16:02:26 +01:00 |
|
Felix Schütt
|
7008023678
|
Fix make lint
|
2023-01-18 12:53:13 +01:00 |
|
Felix Schütt
|
639b56fe70
|
Update wasmer-toml version
|
2023-01-18 12:42:14 +01:00 |
|
Felix Schütt
|
a483d047de
|
Address review comments
|
2023-01-18 10:45:12 +01:00 |
|
Felix Schütt
|
912f21ab03
|
Fix make lint
|
2023-01-17 21:23:07 +01:00 |
|
Felix Schütt
|
e2755b7107
|
Fix make lint
|
2023-01-17 21:07:09 +01:00 |
|
Felix Schütt
|
0678e90cbd
|
Fix headless-minimal properly
|
2023-01-17 21:02:44 +01:00 |
|
Felix Schütt
|
1ca0de826d
|
Minimize dependencies of wasmer-headless build
|
2023-01-17 20:51:27 +01:00 |
|
Michael-F-Bryan
|
576074914a
|
Renamed all WasiState::new() calls
|
2023-01-16 15:43:16 +00:00 |
|
Christoph Herzog
|
ba9f2f665d
|
Merge remote-tracking branch 'origin/master' into wasix
|
2023-01-16 16:32:04 +01:00 |
|
Syrus Akbary
|
9b75e914f7
|
Fix lint
|
2023-01-16 12:46:53 +01:00 |
|
Syrus Akbary
|
bb2d6ac4d9
|
Update package_source.rs
|
2023-01-16 12:42:42 +01:00 |
|
Christoph Herzog
|
8ca8db8134
|
Merge remote-tracking branch 'origin/master' into wasix
|
2023-01-13 09:48:40 +01:00 |
|