Commit Graph

857 Commits

Author SHA1 Message Date
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
a70a4922ad Fix feature flags and misleading error message 2023-01-18 12:21:16 +01:00
Felix Schütt
a483d047de Address review comments 2023-01-18 10:45:12 +01:00
Felix Schütt
8183474d10 Adjust feature flags 2023-01-17 21:38:25 +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
Felix Schütt
9091054b21 Disable compiler feature for headless-minimal again.
Co-authored-by: Syrus Akbary <me@syrusakbary.com>
2023-01-17 19:40:17 +01:00
Felix Schütt
1cb29bbfa1 Fix feature flags for make-build-wasmer-headless 2023-01-17 10:31:07 +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
ptitSeb
36048fad71 Merge branch 'master' into wasix-core-changes 2023-01-16 12:57:14 +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
ptitSeb
87eb05d6d6 Merge branch 'master' into wasix-core-changes 2023-01-16 09:39:08 +01:00
Christoph Herzog
8ca8db8134 Merge remote-tracking branch 'origin/master' into wasix 2023-01-13 09:48:40 +01:00
Syrus Akbary
ad33819642 Fix wasm publish validation 2023-01-11 22:14:52 +00:00
ptitSeb
26b43fee27 Merge branch 'master' into wasix-core-changes 2023-01-05 21:32:17 +01:00
Felix Schütt
15c1efd17e Fix error when zig is not present, don't pass -target to linker 2023-01-05 11:47:54 +01:00
Felix Schütt
84dc64bbd1 Migrate from WASMER_METADATA_ to using SymbolRegistry 2023-01-04 17:36:52 +01:00
Felix Schütt
2c9ad00573 WASMER_{}_METADATA -> WASMER_METADATA_{} 2023-01-04 15:44:25 +01:00
Felix Schütt
253cd21183 Document metadata_prefix and remove PrefixerFn 2023-01-04 15:23:43 +01:00
Felix Schütt
219151fa29 Try using prefixer = None like in master 2023-01-04 13:17:22 +01:00
Felix Schütt
a344e94e83 Switch back to ReleaseSafe 2023-01-04 12:23:38 +01:00
Felix Schütt
0fbcbeed66 Add debugging to why linux-x64 doesn't work 2023-01-04 11:52:30 +01:00
Felix Schütt
683c60c255 Refactor gen-c-header using Artifact::metadata 2023-01-04 11:24:31 +01:00
Felix Schütt
d8ca009cf8 Add metadata length calculation to gen-c-header 2023-01-04 10:34:29 +01:00
Felix Schütt
5d959134eb Add support for gen-c-header on pirita files 2023-01-04 10:00:29 +01:00
Felix Schütt
afb9d401cd Add gen-c-header option 2023-01-04 09:45:08 +01:00