Commit Graph

995 Commits

Author SHA1 Message Date
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
6d404dee25 Move runners into wasmer/api crate 2022-10-27 18:16:32 +02:00
Felix Schütt
8ee578fb5d Update package versions 2022-10-25 12:54:45 +02:00
Felix Schütt
641246bebc Merge branch 'master' into fix-3197 2022-10-17 16:16:04 +02:00
Felix Schütt
3468a6c697 Add comment explaining the unit test 2022-10-14 16:25:43 +02:00
Felix Schütt
8a0ddaee6d Add link to PR
Co-authored-by: Michael Bryan <michaelfbryan@gmail.com>
2022-10-14 16:04:32 +02:00
Felix Schütt
8be77c91ff Fix WASM_PAGE_SIZE 2022-10-14 16:03:30 +02:00
Felix Schütt
e6f6e6047a Fix wrong doc comment 2022-10-14 15:59:17 +02:00
Felix Schütt
638e90e56e Add get_runtime_size for JS 2022-10-14 15:45:10 +02:00
Felix Schütt
ba5c1b8b7c Try fixing CI issue w. TokenStream 2022-10-14 14:26:13 +02:00
Felix Schütt
607050641c Added get_runtime_size to test for runtime-sizes of imports 2022-10-14 14:08:25 +02:00
Felix Schütt
67d650146c cargo clippy --fix 2022-10-14 13:00:55 +02:00
Felix Schütt
9e4b00f86a Merge branch 'master' into fix-3197 2022-10-11 11:48:56 +02:00
ptitSeb
742d8a4849 Merge branch 'master' into feat_enhanced_tinytunable_test 2022-10-10 16:21:23 +02:00
Felix Schütt
17aec88db8 Update minimum of table when growing table 2022-10-10 11:27:00 +02:00
Felix Schütt
b948b46484 Added failing testcase for #3197 2022-10-10 10:48:52 +02:00
Felix Schütt
7492a6118e Merge branch 'master' into wasi-types-generation-2 2022-10-07 16:50:12 +02:00
ptitSeb
2fbf1f5bf1 Merge branch 'master' into feat_enhanced_tinytunable_test 2022-10-05 21:54:18 +02:00
Tomasz Kurcz
678cbdc786 Seal HostFunctionKind 2022-10-05 11:05:39 +02:00
ptitSeb
c27547e41e Removed Instance::new_no_memory_init, use custom LinearMemory with custom memory_init method to get the same result 2022-10-04 14:48:51 +02:00
ptitSeb
d581152641 Added an option to create a new instance without automatically initialize the memory 2022-10-03 11:38:14 +02:00
ptitSeb
b919938712 Merge branch 'master' into feat_enhanced_tinytunable_test 2022-10-03 09:51:21 +02:00
Felix Schütt
c618db496e Merge branch 'master' into wasi-types-generation-2 2022-09-27 20:21:58 +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
a386650978 Update macro-wasmer-universal-test version 2022-09-27 09:13:39 +02:00
Felix Schütt
ead3790742 Pin version of quote 2022-09-27 08:19:44 +02:00
Felix Schütt
ba089a5b9a Add macro-wasmer-universal-test 2022-09-27 08:16:28 +02:00
Felix Schütt
fef756412f Update 3.0.0-beta -> 3.0.0-beta.2 2022-09-26 12:20:35 +02:00
ptitSeb
ff1e5b80b5 Merge branch 'master' into feat_enhanced_tinytunable_test 2022-09-14 09:10:03 +02:00
Felix Schütt
64cab332ff Merge branch 'master' into wasi-types-generation-2 2022-09-12 13:29:54 +02:00
ptitSeb
e3920c477c Fixed the VMTinyMemory::vmmemory function in the TinyTunable test 2022-09-12 11:04:34 +02:00
ptitSeb
2b8bc38885 Improved and fixed the VMTinyMemory/TinyTunables test 2022-09-09 14:36:23 +02:00
ptitSeb
76b4f8be87 Improved VMTinyMemory test structure vmmemory method 2022-09-08 19:15:07 +02:00
ptitSeb
0c25e92a98 Fixed linter 2022-09-08 12:13:43 +02:00
ptitSeb
5ab278735e Added a new test with TinyTunables 2022-09-08 12:09:13 +02:00
Felix Schütt
e7e8e9df8a Fix errors in BusDataFormat 2022-09-07 13:53:32 +02:00
Felix Schütt
0a9595b4c6 Merge branch 'master' into wasi-types-generation-2 2022-09-07 13:16:25 +02:00
Felix Schütt
8983637d66 Use awk instead of sed to resolve build issues in regenerate.sh 2022-09-07 13:07:50 +02:00
Felix Schütt
2552aec8b7 Fix "make lint" 2022-09-05 15:27:39 +02:00
Felix Schütt
d1062ae851 Fix "table_get" test again 2022-09-05 14:49:02 +02:00
Felix Schütt
8f702d2bc4 Fix "cargo deny" 2022-09-05 13:58:24 +02:00
Felix Schütt
d7fc2899b3 Switch Result<(), anyhow::Error> to Result<(), String>
This will make the tests pass on no-std JS
2022-09-05 13:41:36 +02:00
Felix Schütt
b80a124808 Merge branch 'master' into sync-js-sys-tests 2022-09-05 13:36:46 +02:00
Felix Schütt
8eba3c3245 Fix universal_test panicking 2022-09-05 13:24:49 +02:00
Felix Schütt
0f1db67115 Disable table_get test (was not enabled previously) 2022-09-05 12:19:51 +02:00
Felix Schütt
f6c58990d3 Comment out tests that weren't run on JS before 2022-09-05 12:15:39 +02:00
Felix Schütt
c915967d9f Fix errors on CI again 2022-09-02 16:36:48 +02:00
Felix Schütt
d4419020b9 Fix "make lint" 2022-09-02 16:32:09 +02:00
Felix Schütt
416dbfa2b8 Remove ExternRef tests on -js target 2022-09-02 16:27:56 +02:00