Commit Graph

10 Commits

Author SHA1 Message Date
Valery Antopol
045f9336ba
chore: bump it-memory-traits version (#46)
* update it-memory-traits version

* update Cargo.lock
2024-01-25 16:59:59 +04:00
Valery Antopol
63b4395ab5
feat!: move to async execution (#44)
* compiling async interpreter

* compiling

* fix after merge

* added lifetimes to allocatable

* move from async_trait to BoxFuture

* self-review fixes

* fix lifetime naming

* make simple instructions sync

* fmt
2024-01-25 15:43:07 +04:00
Valery Antopol
cca420f07c
chore: bump crate versions (#36) 2023-02-14 18:09:01 +03:00
Valery Antopol
06e0dd40d6
feat!: pass a context object through the API to the wasm engine functions (#34) 2023-02-14 17:48:09 +03:00
renovate[bot]
7606a37a93
fix(deps): update all non-major rust dependencies 2022-12-26 18:01:44 +00:00
renovate[bot]
527d3c0be9
fix(deps): update all non-major rust dependencies (#26)
* fix(deps): update all non-major rust dependencies

* bump versions

* return to-bytes version

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Valery Antopol <valery.antopol@gmail.com>
2022-11-28 18:53:31 +03:00
renovate[bot]
d10b3cca67
Update all non-major Rust dependencies (#23)
* Update all non-major Rust dependencies

* Bump versions

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Anatoly Laskaris <github_me@nahsi.dev>
2022-09-09 19:54:12 +03:00
Valery Antopol
b233bfcadd
Refactor memory access interface to fix that writer does not update memory after allocation (#17) 2022-04-06 22:25:01 +03:00
Valery Antopol
cbdea8e362
use u32 instead of usize for memory offsets/sizes to avoid i32->usize casts (#16) 2022-03-24 19:57:45 +03:00
Valery Antopol
0c5145aa37
Rework memory access interface to support non-wasmer environments (#14) 2022-01-28 18:34:17 +03:00