Commit Graph

21 Commits

Author SHA1 Message Date
6a2116917f Fix up tests, make WasmerEnv: Send 2020-12-15 13:35:19 -08:00
69f834a9e8 Accept Into<FunctionType> as signatures 2020-12-14 13:08:15 +01:00
4ef3286f2e Merge branch 'master' into feature/host-env-prototype 2020-11-30 16:52:34 -08:00
081af6428e Update tests/compilers/native_functions.rs
Co-authored-by: Simon Warta <2603011+webmaster128@users.noreply.github.com>
2020-11-30 14:09:13 -05:00
82fc0080ba Allow closures with non-native host functions 2020-11-24 13:15:38 -08:00
29d50a55ca Disable closures as host functions for now + docs + tests 2020-11-24 12:44:13 -08:00
475082e6e8 Merge branch 'master' into arm64 2020-11-20 21:13:56 -08:00
de6cb9c4c4 Merge branch 'master' into feature/host-env-prototype 2020-11-20 15:54:35 -08:00
1f66798bed All WASI tests now pass in Apple Silicon 2020-11-19 19:25:57 -08:00
eba54b78ef Improved Native function tests 2020-11-19 18:31:44 -08:00
84370c7930 Merge branch 'master' into feature/make-env-immutable 2020-11-18 15:40:11 -08:00
37d0c364e6 Clean up code, reduce memory usage, improve correctness 2020-11-18 15:21:59 -08:00
3580f165e8 Rename WasmerEnv::finish to WasmerEnv::init_with_instance 2020-11-17 17:14:11 -08:00
a19705ae11 Remove free method, call finalizers in C API 2020-11-16 16:36:58 -08:00
83008a7771 Fix up error handling code, get tests passing 2020-10-29 11:13:51 -07:00
103ea03536 Rename trait, get tests running 2020-10-20 15:40:51 -07:00
259c928c25 Thread canonicalize_nans through these utils functions and into the callers. 2020-10-16 17:01:40 -07:00
a97f339687 Make Function Env immutable
Work in progress, we still have to update Emscripten
2020-09-30 17:30:17 -07:00
59715c12e0 Improved API a bit further 2020-07-23 16:07:30 -07:00
b06f021612 Improved Function API 2020-07-21 20:02:01 -07:00
1d2ee2d302 test(compilers) Improve and simplify tests. 2020-07-07 13:36:32 +02:00