Syrus Akbary
|
4384ddf9cd
|
Improved EngineBuilder and Store API
- Store::new() now takes an impl Into<Engine>.
- Added Into<Engine> impls in each of the compilers
- Updated docs/migration_to_3.0.0.md on API usage
|
2022-07-28 15:20:26 +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
|
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
|
c2e11d8499
|
Compiler Test refactor now fully works
|
2021-05-15 20:34:21 -07:00 |
|
Nick Lewycky
|
21369a26d3
|
Clean up build warnings.
|
2020-11-23 15:23:33 -08:00 |
|
losfair
|
77b99a0b18
|
Port a metering test from the old repo.
|
2020-11-23 13:44:14 -08:00 |
|
losfair
|
17e7feabe8
|
Add more metering tests.
|
2020-11-23 13:43:59 -08:00 |
|
losfair
|
13a979a53d
|
Add metering middleware.
|
2020-11-20 14:57:58 -08:00 |
|