Commit Graph

968 Commits

Author SHA1 Message Date
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
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
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
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
Felix Schütt
3a24731985 Use #[universal_test] (PR review) 2022-09-02 16:25:38 +02:00
Felix Schütt
670df98212 Remove macro-test crate, verify that the proc-macro works 2022-09-02 15:56:30 +02:00
Felix Schütt
7d482d7e73 Fix proc-macro for wasmer-universal-test to work correctly 2022-09-02 15:47:25 +02:00
Felix Schütt
a16215337e Add initial proc-macro crate 2022-09-02 12:10:27 +02:00
Felix Schütt
018eaf171e Fix CI errors 2022-09-02 11:33:00 +02:00
Felix Schütt
6ac06760ad cargo fmt 2022-09-02 11:23:35 +02:00
Felix Schütt
de9361f034 Implement core_is_equal for Send + Sync type 2022-09-02 11:23:35 +02:00
Felix Schütt
898988b440 Implement CoreError 2022-09-02 11:23:35 +02:00
Syrus Akbary
1763bb76d1 Merge branch 'master' into sync-js-sys-tests 2022-09-01 22:15:54 -07:00
Syrus Akbary
26c955ec4c Merge branch 'master' into make-wasmer-js-work-on-core 2022-09-01 22:15:35 -07:00
Syrus Akbary
fd9113a365 Merge pull request #3129 from wasmerio/fix-sync-js-sys-api
Fix differences between -sys and -js API
2022-09-01 22:11:01 -07:00
ptitSeb
2752f7d390 More rollback fixes 2022-09-01 18:02:14 +02:00
ptitSeb
cc9fb4693d Fixed js build 2022-09-01 17:39:18 +02:00
ptitSeb
3528555869 Made Module::serialize to gives Bytes instead of Vec 2022-09-01 17:18:13 +02:00
ptitSeb
436bec735b Using IntoBytes only for Module::deserialise (both sys and js) 2022-09-01 13:52:53 +02:00
ptitSeb
553d6bb8cd Merge branch 'master' into feat_api_change_from_wasix 2022-09-01 11:17:07 +02:00
Felix Schütt
eb58e62f9c Initial port of make test-js-core (port wasmer API to core) 2022-08-31 15:13:07 +02:00
Felix Schütt
12a0261051 Unify tests between -sys and -js API 2022-08-31 14:25:46 +02:00
Felix Schütt
3dc2e26b22 Fix merge errors 2022-08-31 13:33:51 +02:00
Felix Schütt
a5d0944b9f Merge branch 'master' into fix-sync-js-sys-api 2022-08-31 12:57:14 +02:00
Syrus Akbary
d023c1e7d1 Improved JS API a bit further 2022-08-29 19:33:04 +02:00
Felix Schütt
68939d6ce9 cargo fmt 2022-08-29 11:44:22 +02:00
Felix Schütt
f2b13f10dd make test-js passes 2022-08-29 11:35:14 +02:00
Felix Schütt
329bfb2c4b Add to_jsvalue / from_jsvalue 2022-08-29 11:08:30 +02:00