Syrus Akbary
|
79b43cb82f
|
Fix static object signature deserialization
|
2022-08-17 17:06:23 +02:00 |
|
Wolfgang Silbermayr
|
89bba319a9
|
No longer require FunctionEnvMut for new_typed(…) callback function
|
2022-08-05 14:27:44 +02:00 |
|
Wolfgang Silbermayr
|
566c897e57
|
Remove FunctionEnvMut for Function::new(…)
|
2022-08-05 14:27:44 +02:00 |
|
Wolfgang Silbermayr
|
7df3e3ca23
|
Rename {native,typed} functions, reintroduce *_with_env variants
|
2022-08-05 14:27:44 +02:00 |
|
John Sharratt's Shared Account
|
5aa356f222
|
Fixed a memory corruption issue with JS memory operations that were reusing invalid views
|
2022-07-31 20:31:41 +10:00 |
|
Syrus Akbary
|
43138b569c
|
Rename all mentions from ctx to store
Updated tests and examples
Improved a bit the function types and results
|
2022-07-20 01:55:04 +03:00 |
|
Syrus Akbary
|
a419ccdf52
|
Move Webassembly objects to Store and remove Context
Co-authored-by: ptitSeb <sebastien.chev@gmail.com>
Co-authored-by: Manos Pitsidianakis <manos@wasmer.io>
|
2022-07-19 15:31:51 +03:00 |
|
ptitSeb
|
267a09ce8e
|
Migrate compiler tests to the new Context API
|
2022-07-19 15:31:51 +03:00 |
|
Manos Pitsidianakis
|
6c089bbc45
|
Port JS API to new Context API
|
2022-07-19 15:31:51 +03:00 |
|
Manos Pitsidianakis
|
168e330260
|
Renamed get_native_function to get_typed_function, marked former as deprecated.
|
2022-07-19 15:31:51 +03:00 |
|
ptitSeb
|
0cd9dfe3e0
|
Fixed linter warnings/errors
|
2022-06-15 19:26:57 +03:00 |
|
Wolfgang Silbermayr
|
da4e9fe617
|
Rename NativeFunc to TypedFunction
Closes: #2915
|
2022-06-08 14:12:51 +03:00 |
|
Syrus Akbary
|
3319e0f893
|
Added support for calling dynamic functions defined on the host
|
2021-08-10 11:07:32 -07:00 |
|