Commit Graph

30 Commits

Author SHA1 Message Date
d4ccc72748 chore(deps): update rust crate anyhow to 1.0.71 (#326)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-07-11 20:42:35 +03:00
4a71b89263 chore(deps): update rust crate walrus to 0.20.1 (#336)
update walrus
2023-07-11 20:23:20 +03:00
9b582ba2ed chore: release master (#319)
* chore: release master

* chore: Bump marine-js version to 0.4.1
2023-04-04 17:18:19 +03:00
27e8658e77 chore: Release fixes (#318)
* Revert "chore: release master (#317)"

This reverts commit 26ab445b59.

* Update

* Fix
2023-04-04 14:08:25 +03:00
26ab445b59 chore: release master (#317)
* chore: release master

* chore: Bump marine-js version to 0.3.5
2023-04-04 13:34:35 +03:00
71835e6762 fix(release-please): Get rid of workspace.dependencies (#316)
Get rid of dependencies
2023-04-04 13:28:28 +03:00
f7ecddafd5 chore: release master (#292)
* chore: release master

* chore: Bump marine-js version to 0.3.4

* update marine-js and lockfile

---------

Co-authored-by: Valery Antopol <valery.antopol@gmail.com>
2023-03-15 01:30:12 +03:00
d3a773df4f feat!: decouple wasmer from Marine, replace it with generic backend interface (#219) 2023-03-15 00:43:51 +03:00
ee514fb8fc chore(deps): update all non-major rust dependencies (#211)
* chore(deps): update all non-major rust dependencies

* fix build

* fmt

* update generated code in marine-js

* bump marine-runtime version

* update gitignore

* Revert "bump marine-runtime version"

This reverts commit 7cf9f0b6d4.

* bump versions

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:37:07 +03:00
fd47800cca chore(build): fix clippy warnings (#213) 2022-09-19 19:13:38 +03:00
684bf7cb38 Update Rust crate semver to v1 (#198)
* Update Rust crate semver to v1

* bump all the deps

* update wasmer-it and fix build

* bump more versions + fix marine-js

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Valery Antopol <valery.antopol@gmail.com>
2022-09-13 16:25:11 +03:00
853bc595ec fix!: bump minor versions where it was required in #189 (#212)
* fix!: bump minor versions where it was required in #189

* update marine-js build
2022-09-12 16:55:33 +03:00
1aeb9b70b5 Update all non-major Rust dependencies (#204)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2022-09-09 18:55:35 +03:00
b3a8898893 Update all non-major Rust dependencies (#189)
* Update all non-major Rust dependencies

* fix tokio features

* add rt tokio feature

* bump bytes crate version to keep up with reqwest

* update tokio to 1.21.0

* bump crate versions

* use latest rust toolchain always

* update wasm-bindgen generated and patched code

* revert toolchaijn version change

* revert toolchaijn version change

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Valery Antopol <valery.antopol@gmail.com>
2022-09-02 18:48:25 +03:00
515fa655ad update interface-types; add tests for lilo at offsets > 2GB (#158) 2022-04-26 12:27:54 +03:00
4e4f40cc8c Update interface types (#149) 2022-04-06 22:55:33 +03:00
5ab0f377c7 bump crate versions (#144)
* bump minor crate versions

* fix marine-web build

* sort deps
2022-03-25 20:45:19 +03:00
e37e475663 Fix panics when services have more than 2gb memory allocated (#143)
* add test for allocation at offset more than 2gb

* update wasmer-it version and use u32 instead of usize where needed

* remove cargo.toml patch
2022-03-25 18:40:50 +03:00
bbd006ed3c Add js version of runtime that supports interface types and runs in browser (#137) 2022-02-18 18:26:06 +03:00
4072de7b60 Fix clippy warnings (#126) 2021-09-29 12:58:10 +03:00
14d38e2c7b Remove serde version lock on 1.0.118 (#118) 2021-09-15 16:27:48 +03:00
c54975bef0 move to wasmer-it 0.20.2 (#110) 2021-09-03 20:10:44 +03:00
44898d929c move to wasmer 0.17.1 (#104) 2021-08-05 21:17:26 +03:00
beaa118b1e Lexicographical sort record types before topological sort (#94) 2021-06-17 14:06:01 +03:00
56a53d3b08 Aqua: remove -> () + CI: add automatic releases (#92) 2021-06-09 23:21:08 +03:00
17eedfd525 Sort funcs (#91) 2021-06-01 19:27:21 +03:00
vms
aa1da858ad fix clippy warnings; update crate versions 2021-05-21 21:15:02 +03:00
vms
908f74ec5b bump crates 2021-05-21 21:08:49 +03:00
557419fd51 Improve function signatures in aqua command (#88) 2021-05-21 20:55:23 +03:00
c62a278897 Print Aqua-compatible types (#86) 2021-05-20 20:20:57 +03:00