vms
|
52be0dd5ed
|
Improve various stuff in REPL (#61)
|
2021-02-05 00:28:12 +03:00 |
|
vms
|
8499033720
|
Move to the wasmer-wit 0.17.24 (#56)
|
2020-12-29 17:51:13 +03:00 |
|
vms
|
f022a2dec4
|
Implicitly flatten array with one JValue according to a function signature (#54)
|
2020-12-22 22:45:20 +03:00 |
|
vms
|
a039973835
|
Reexport tetplaplets (#52)
|
2020-12-21 19:34:25 +03:00 |
|
Dima
|
11674ee856
|
i64 -> i32 for 'target' in log_utf8_string (#49)
|
2020-12-17 18:46:01 +03:00 |
|
vms
|
0b8f757dcd
|
update examples (#47)
|
2020-12-09 15:57:10 +03:00 |
|
vms
|
de3d51ef8f
|
refactor logger
|
2020-12-08 18:15:18 +03:00 |
|
vms
|
1094d8e504
|
Return only facade interface in AppService get_interface (#44)
|
2020-11-25 13:12:08 +03:00 |
|
vms
|
b4d4364a6a
|
improve getting export record types
|
2020-11-09 06:14:07 +03:00 |
|
vms
|
0ab1a1a2c3
|
improve FaaS interfaces displaying
|
2020-11-08 19:43:33 +03:00 |
|
vms
|
ddd3448af7
|
Introduce module interface cache (#40)
|
2020-11-05 20:58:13 +03:00 |
|
vms
|
d09c5b5d73
|
Return JValue from call_json (#39)
|
2020-11-05 15:18:48 +03:00 |
|
vms
|
acf6450d22
|
add logging mask to the AquamarineVM config
|
2020-10-30 16:54:46 +03:00 |
|
folex
|
42375f3334
|
Fix log filtering: set log::Record::target in log_utf8_string (#38)
|
2020-10-27 16:47:05 +03:00 |
|
folex
|
eb5dfafa5e
|
Pass log level & target to host log_utf8_string (#37)
|
2020-10-26 13:08:53 +03:00 |
|
folex
|
7f89ba5054
|
use module::target as module_path in log
|
2020-10-23 17:05:58 +03:00 |
|
folex
|
18d435c643
|
add level & target to log_utf8_string
|
2020-10-23 16:35:25 +03:00 |
|
vms
|
5aea5a53ad
|
Fluence FaaS refactoring (#36)
|
2020-10-21 22:21:16 +03:00 |
|
vms
|
693e8cdfb1
|
Support prev data persistence (#35)
|
2020-10-16 15:26:09 +03:00 |
|
folex
|
c99e2fc0f2
|
Change order of fields in toml configs (#33)
|
2020-10-14 15:08:02 +03:00 |
|
vms
|
22ce705684
|
re-export HostExportFunc type
|
2020-10-06 14:40:03 +03:00 |
|
vms
|
5ab744e843
|
reexport Wasmer context
|
2020-10-05 21:38:47 +03:00 |
|
vms
|
98adcefa56
|
convert RawStepperOutcome to Result<StepperOutcome> based on the ret_code (#32)
|
2020-10-05 15:12:38 +03:00 |
|
vms
|
444e30749e
|
Host functions refactoring (#30)
|
2020-10-01 12:19:38 +03:00 |
|
vms
|
8f41f5816b
|
enable logger by default
|
2020-09-24 13:06:12 +03:00 |
|
vms
|
58f14427f1
|
Array support (#28)
|
2020-09-23 01:14:54 +03:00 |
|
vms
|
3785c002b7
|
output args separated with comma
|
2020-09-16 13:46:38 +03:00 |
|
vms
|
04ffc3dcf8
|
repl interface output improvements
|
2020-09-16 12:31:21 +03:00 |
|
vms
|
dd52743024
|
Record refactoring (#19)
|
2020-09-16 01:14:15 +03:00 |
|
vms
|
709dc36550
|
misc improvements (#24)
- improve error handling in host functions
- refactor examples
- fix IT generation
|
2020-09-08 23:30:03 +03:00 |
|
vms
|
5632d684ae
|
Introduce call parameters (#21)
|
2020-08-25 19:26:21 +03:00 |
|
folex
|
ae6d2774a8
|
Do not load modules that aren't specified in the config (#20)
|
2020-08-20 18:57:53 +03:00 |
|
folex
|
22d6c6b6c8
|
Do not throw error if service_base_dir already exists (#18)
|
2020-08-18 22:58:41 +03:00 |
|
folex
|
a670ec76cd
|
Fix .wasm module extension check (#17)
|
2020-08-14 13:54:52 +03:00 |
|
folex
|
77cd79e124
|
Pass envs to AppService, name modules without .wasm extension (#16)
|
2020-08-14 13:28:15 +03:00 |
|
vms
|
daa25d1021
|
add getting WASI state for repl
|
2020-08-08 23:07:21 +03:00 |
|
vms
|
5f0a91d9ec
|
load modules in order specified in a config
|
2020-08-08 00:52:21 +03:00 |
|
vms
|
7254fe7e8c
|
Introduce REPL for testing (#14)
|
2020-08-07 23:24:28 +03:00 |
|
vms
|
c06dddd5ae
|
Introduce service (#13)
|
2020-08-07 11:54:37 +03:00 |
|
folex
|
ea7219f477
|
custom interface serialization (#12)
|
2020-07-28 16:29:09 +03:00 |
|
folex
|
fa3ae391ec
|
Add with_module_names constructor to FluenceFaaS (#11)
|
2020-07-20 17:13:11 +03:00 |
|
vms
|
33d9320d47
|
add ability to use IT in host imports
|
2020-07-18 18:05:07 +03:00 |
|
vms
|
43b765e61a
|
improve interfaces
|
2020-07-17 23:07:02 +03:00 |
|
vms
|
80afea2094
|
use HashMap for functions in get_interface (#7)
|
2020-06-30 19:23:43 +03:00 |
|
vms
|
46ef013f7e
|
Use HashMap instead of Vec in FaaSInterface (#6)
|
2020-06-30 18:17:38 +03:00 |
|
folex
|
6784d2ed08
|
Change configuration API for easier integration (#5)
|
2020-06-30 15:57:48 +03:00 |
|
folex
|
e2cf6089df
|
Use log instead of println in log_utf8_string (#4)
|
2020-06-17 13:42:11 +03:00 |
|
vms
|
a85ac4ff14
|
enable circleci (#3)
|
2020-06-16 14:20:33 +03:00 |
|
vms
|
6866e61d0c
|
rename process to fce
|
2020-06-16 09:53:47 +03:00 |
|
vms
|
893d393a59
|
add comments to fluence-faas
|
2020-06-15 22:21:08 +03:00 |
|