This repository was archived by the owner on Jul 10, 2025. It is now read-only.
Commit 220c028
authored
feat!: support particle parameters in CallParameters (__marine_host_api_v2) (#417)
* support call_parameters v2
* fmt
* fix warnings; require exact version for sdk v0 and v1
* support json_path
* update lockfile
* bump sdk versions and fix mrepl
* fix call_parameters example
* fix marine-js
* fmt1 parent 07e5696 commit 220c028
File tree
51 files changed
+867
-283
lines changed- core
- src
- tests/wasm_tests/lilo_after_2gb
- crates
- fluence-app-service/src
- it-generator
- module-info-parser
- examples
- call_parameters
- artifacts
- src
- failing
- greeting_record
- greeting
- ipfs-node
- effector
- pure
- motivational-example
- donkey
- shrek
- records
- effector
- pure
- test-record
- sqlite
- url-downloader
- curl_adapter
- facade
- local_storage
- marine-js/npm-package/src
- __test__
- marine
- src
- config
- host_imports
- tests
- wasm_tests
- arguments_passing
- arrays_passing
- call_parameters_v0
- src
- call_parameters_v1
- src
- call_parameters_v2
- src
- memory_limiting
- records_passing
- wasi
- tools/repl
- src
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
51 files changed
+867
-283
lines changedSome generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
32 | 32 | | |
33 | 33 | | |
34 | 34 | | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
35 | 38 | | |
36 | 39 | | |
37 | 40 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
57 | 57 | | |
58 | 58 | | |
59 | 59 | | |
| 60 | + | |
60 | 61 | | |
61 | 62 | | |
62 | 63 | | |
| |||
65 | 66 | | |
66 | 67 | | |
67 | 68 | | |
| 69 | + | |
68 | 70 | | |
69 | 71 | | |
70 | 72 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
13 | | - | |
| 13 | + | |
14 | 14 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
70 | 70 | | |
71 | 71 | | |
72 | 72 | | |
| 73 | + | |
73 | 74 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
16 | | - | |
| 16 | + | |
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
15 | | - | |
| 15 | + | |
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
13 | | - | |
| 13 | + | |
| 14 | + | |
Binary file not shown.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
| 17 | + | |
17 | 18 | | |
18 | 19 | | |
19 | 20 | | |
| |||
26 | 27 | | |
27 | 28 | | |
28 | 29 | | |
29 | | - | |
30 | | - | |
31 | | - | |
32 | | - | |
33 | | - | |
34 | | - | |
35 | | - | |
36 | | - | |
37 | | - | |
38 | | - | |
39 | | - | |
40 | | - | |
| 30 | + | |
| 31 | + | |
41 | 32 | | |
0 commit comments