104 Commits

Author SHA1 Message Date
renovate[bot]
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
Valery Antopol
71b5953c22
feat(fluence-app-service): make base path field optional in ConfigContext interface (#202) 2022-08-31 14:14:43 +03:00
Valery Antopol
3449a34e35
Use sdk version from cargo manifest, instead of hardcoded value (#186) 2022-08-03 18:26:45 +03:00
Valery Antopol
17e8bf041e
Rework module searching on filesystem (#184) 2022-07-29 17:09:54 +03:00
Valery Antopol
d4a4d53bd5
bump crate versions that used marine-rs-sdk-main 0.6.15 (#185) 2022-07-27 21:58:47 +03:00
Valery Antopol
d9c8de35aa
Support marine-rs-sdk 0.7.0 (#180) 2022-07-27 18:01:30 +03:00
Mike Voronov
7a80d3e5a1
Fix value after table problem in TomlMarineNamedModuleConfig(#175) 2022-06-09 17:35:47 +03:00
Valery Antopol
aa954f35f2
REPL: improve "interface" command output readability (#169) 2022-06-02 20:09:14 +03:00
Mike Voronov
82217b332e
Rename FaaS to Marine, Runtime to Core (#172) 2022-06-02 19:51:27 +03:00
Mike Voronov
221e5e94b4
Use impl AsRef instead generics params in Marine interface (#166) 2022-05-26 23:05:58 +03:00
Valery Antopol
515fa655ad
update interface-types; add tests for lilo at offsets > 2GB (#158) 2022-04-26 12:27:54 +03:00
Valery Antopol
4e4f40cc8c
Update interface types (#149) 2022-04-06 22:55:33 +03:00
Valery Antopol
5ab0f377c7
bump crate versions (#144)
* bump minor crate versions

* fix marine-web build

* sort deps
2022-03-25 20:45:19 +03:00
Valery Antopol
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
Valery Antopol
614a4cb078
add module and function names to errors about invalid arguments (#142) 2022-02-24 13:07:52 +03:00
Valery Antopol
bbd006ed3c
Add js version of runtime that supports interface types and runs in browser (#137) 2022-02-18 18:26:06 +03:00
Mike Voronov
7b0686ab2e
Introduce wasm_pages_to_bytes; rename max_heap_size to max_heap_pages_count (#136) 2021-12-15 11:12:08 +03:00
Mike Voronov
5e07fe0876
bump marine-utils crate (#135) 2021-12-14 12:52:35 +03:00
Mike Voronov
c7c8d611d9
Allow runtime to set maximum memory count (#127) 2021-12-03 20:33:46 +03:00
Mike Voronov
db84af1c1f
Bump crate versions (#129) 2021-10-05 18:20:41 +03:00
Mike Voronov
4072de7b60
Fix clippy warnings (#126) 2021-09-29 12:58:10 +03:00
Valery Antopol
14d38e2c7b
Remove serde version lock on 1.0.118 (#118) 2021-09-15 16:27:48 +03:00
Mike Voronov
c54975bef0
move to wasmer-it 0.20.2 (#110) 2021-09-03 20:10:44 +03:00
Mike Voronov
44898d929c
move to wasmer 0.17.1 (#104) 2021-08-05 21:17:26 +03:00
Aleksey Proshutisnkiy
bb48fe35c3
bump marine-module-info-parser to 0.2.0 (#99) 2021-07-14 15:20:59 +03:00
Mike Voronov
beaa118b1e
Lexicographical sort record types before topological sort (#94) 2021-06-17 14:06:01 +03:00
Mike Voronov
fb67fc0c91
Update sdk to marine-rs-sdk (#93) 2021-06-16 09:37:45 +03:00
folex
56a53d3b08
Aqua: remove -> () + CI: add automatic releases (#92) 2021-06-09 23:21:08 +03:00
Mike Voronov
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
folex
557419fd51
Improve function signatures in aqua command (#88) 2021-05-21 20:55:23 +03:00
Mike Voronov
c62a278897
Print Aqua-compatible types (#86) 2021-05-20 20:20:57 +03:00
Mike Voronov
c51b5982d6
Fix IT generation (#87) 2021-05-19 18:58:24 +03:00
vms
5a832018b4 use 0.6.4 sdk in it-generator 2021-05-12 16:46:10 +03:00
Mike Voronov
0b1d038565
Rename to marine: part 2 (#84) 2021-05-11 15:44:11 +03:00
Mike Voronov
269f691569
Rename to marine: step 1 (#83) 2021-05-10 12:51:22 +03:00
vms
af66326ecf
Switch to published versions (#81) 2021-04-27 19:24:48 +03:00
vms
37c0497914
embed rust sdk version after compiling (#80) 2021-04-27 16:39:16 +03:00
vms
96c32b64d8
Improve arrays and record passing scheme (#76) 2021-04-26 14:02:26 +03:00
vms
1dcc9968bb
Support references (#70) 2021-04-12 00:21:47 +03:00
vms
2aa3caee83
Support build time in module manifests (#71) 2021-04-09 10:43:55 +03:00
vms
1d08d51b9a reexport interfaces from wit-parser 2021-03-30 11:29:58 +03:00
vms
0d1e3c7848
Check for minimal sdk version (#68) 2021-03-16 13:51:59 +03:00
vms
5effdcba72
Support versioning in CLI (#67) 2021-03-12 20:04:47 +03:00
vms
ed03154258 move to the fluence sdk 0.4.2 2021-02-28 19:31:53 +03:00
vms
4e59c1815c
move to the sdk 0.4.1 (#65) 2021-02-26 13:21:53 +03:00
vms
ad1b016529 bump crate versions 2021-02-25 22:27:16 +03:00
vms
c559f3f226
New mounted binaries interface (#64) 2021-02-24 12:25:55 +03:00
folex
cdfed97fce
Bump versions to 0.2.0 (#63) 2021-02-12 14:24:36 +03:00