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
|
5a77385470
|
bump versions (#45)
|
2024-01-25 16:36:49 +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
|
2a2288f2c1
|
bump versions (#43)
|
2023-11-02 18:23:50 +03:00 |
|
Valery Antopol
|
354539f5cb
|
feat!: propagate errors from module calls (#42)
* compiling
* prepare for merge
|
2023-11-02 18:05:57 +03:00 |
|
Valery Antopol
|
44ca83c001
|
chore: bump crate versions (#41)
|
2023-03-21 19:44:54 +03:00 |
|
Valery Antopol
|
cdcf051f97
|
fix: return 8.0 as new ones has different WIT syntax (#40)
* return wast 8.0
* remove wast from renovate
|
2023-03-21 17:51:24 +03:00 |
|
Mike Voronov
|
24c2d06327
|
Merge pull request #39 from fluencelabs/renovate/wast-55.x
fix(deps): update rust crate wast to v55
|
2023-03-13 16:01:56 +03:00 |
|
renovate[bot]
|
bdf9aeba5b
|
fix(deps): update rust crate wast to v55
|
2023-03-06 21:34:54 +00: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 |
|
Mike Voronov
|
da020b8c6a
|
Merge pull request #35 from fluencelabs/renovate/wast-53.x
fix(deps): update rust crate wast to v53
|
2023-02-13 18:39:50 +03:00 |
|
renovate[bot]
|
cc62cf5076
|
fix(deps): update rust crate wast to v53
|
2023-02-13 15:38:03 +00:00 |
|
Mike Voronov
|
65e4b0af7b
|
Merge pull request #31 from fluencelabs/renovate/all-non-major-rust-dependencies
fix(deps): update all non-major rust dependencies
|
2023-02-13 18:32:04 +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]
|
68ef5d9361
|
chore(deps): update Rust crate nom to v7 (#24)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Valery Antopol <valery.antopol@gmail.com>
|
2022-09-16 18:06: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 |
|
renovate[bot]
|
31bb401d36
|
Configure Renovate (#21)
* Add renovate.json
* Configure renovate
* Do not run tests
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:41:57 +03:00 |
|
Anatoly Laskaris
|
b1267354da
|
Update workflow (#22)
* Update workflow
* Fix
* Update
* Delete tests
* Revert "Delete tests"
This reverts commit 9c627ffe58 .
* Delete `cargo test` command from workflow file
|
2022-09-09 19:39:33 +03:00 |
|
Valery Antopol
|
18ef306b92
|
update semver crate version (#19)
|
2022-09-09 16:20:42 +03:00 |
|
Valery Antopol
|
522dd91b39
|
Fix that lift/lower instructions do not allow to work with offsets bigger than 2gb (#18)
|
2022-04-25 22:51:04 +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
|
2a8f8925c9
|
Fix fatal crash made in previous PR (#15)
|
2022-02-18 01:39:21 +03:00 |
|
Valery Antopol
|
0c5145aa37
|
Rework memory access interface to support non-wasmer environments (#14)
|
2022-01-28 18:34:17 +03:00 |
|
Mike Voronov
|
94023f668f
|
Merge pull request #13 from fluencelabs/fix
Fix decoding wat
|
2021-09-03 19:25:51 +03:00 |
|
vms
|
b17b5ac05d
|
bump version
|
2021-09-03 19:23:46 +03:00 |
|
vms
|
bb862e2e85
|
fix wat de
|
2021-09-03 19:22:32 +03:00 |
|
Valery Antopol
|
f0c93d9423
|
add VariantCount for IType and Value (#12)
|
2021-09-01 13:29:00 +03:00 |
|
vms
|
138bbaf8bd
|
delete rustdoc::broken_intra_doc_links
|
2021-04-27 19:51:11 +03:00 |
|
vms
|
f6afd03838
|
bump it-types version
|
2021-04-26 12:00:40 +03:00 |
|
vms
|
a15a81ad47
|
Merge pull request #10 from fluencelabs/optimizations
Record&Array passing optimizations, add ByteArray and Boolean
|
2021-04-26 00:41:34 +03:00 |
|
vms
|
7f049c0551
|
fix bug with byte arrays
|
2021-04-26 00:35:31 +03:00 |
|
vms
|
f8aa7e0616
|
make array_lower_memory work with bytearrays
|
2021-04-25 13:20:12 +03:00 |
|
vms
|
a44c433c4d
|
add some logs
|
2021-04-25 13:11:38 +03:00 |
|
vms
|
27c13e9547
|
disable check
|
2021-04-25 01:21:06 +03:00 |
|
vms
|
e8e492dd48
|
fix type tags
|
2021-04-25 01:08:19 +03:00 |
|
vms
|
4a41d36c52
|
return error if allocate returns 0
|
2021-04-25 01:04:23 +03:00 |
|
vms
|
39dca73210
|
rename heapable to allocatable
|
2021-04-25 00:09:11 +03:00 |
|
vms
|
e75a108998
|
rename it-lilo-utils to it-lilo
|
2021-04-24 23:04:34 +03:00 |
|
vms
|
cc44e387f7
|
refactoring
|
2021-04-24 23:00:53 +03:00 |
|
vms
|
6116c5c252
|
Merge branch 'optimizations' of github.com:fluencelabs/interface-types into optimizations
|
2021-04-23 23:57:46 +03:00 |
|
vms
|
6bf0eedec7
|
first attempt to fix
|
2021-04-23 23:56:41 +03:00 |
|
folex
|
5df263876f
|
remove u128 (#11)
|
2021-04-23 18:04:08 +03:00 |
|
vms
|
34bf8a196a
|
support u128
|
2021-04-23 10:13:11 +03:00 |
|
vms
|
9095389a5a
|
more logs
|
2021-04-22 20:43:27 +03:00 |
|
vms
|
c4c1e449d3
|
add log
|
2021-04-22 20:35:11 +03:00 |
|
vms
|
d7d91a263e
|
add some logs
|
2021-04-22 20:31:14 +03:00 |
|
vms
|
8de882c159
|
housekeeping, pr fixes
|
2021-04-21 19:18:45 +03:00 |
|