Commit Graph

92 Commits

Author SHA1 Message Date
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
vms
c907865444 find ipsf address by the env variable 2020-06-30 14:45:04 +03:00
vms
dd1d1a0951 some misc imporvements 2020-06-23 20:00:31 +03:00
vms
983e824d7d replace println with log::info in fce_module 2020-06-23 15:58:02 +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
896f54f9fb move bin to examples/wasm/artifacts 2020-06-16 11:15:56 +03:00
vms
0ed90c2c9c adjust imports 2020-06-16 10:41:34 +03:00
vms
bc6c684528 add compiled wasm modules for ipfs example 2020-06-16 09:55:55 +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
vms
f2855e466b use relative paths in the IPFS node example 2020-06-15 17:40:30 +03:00
vms
b1e7eae29b rename IPFSNode to FluenceFaaS; dir rearranges 2020-06-15 17:22:18 +03:00
vms
f8580b3e82 intorduce macros for wasm function search and call 2020-06-15 08:37:31 +03:00
vms
a970b2e836 search functions to call from import only once 2020-06-15 07:58:59 +03:00
vms
cebf995ff0 support mapped directories inside a core module 2020-06-12 20:29:29 +03:00
vms
c98e577150 add get_addresses export 2020-06-12 16:54:21 +03:00
vms
761a636bee change build target to wasi 2020-06-12 02:12:06 +03:00
vms
abf1d48482 add core_call method to node service 2020-06-12 02:04:52 +03:00
vms
9da7cc0957 introduce NodeWasmService trait 2020-06-12 01:59:50 +03:00
vms
06de91968e move node implementation to a separate folder 2020-06-12 01:42:04 +03:00
vms
1254b64b9d move wasi initialization inside fce 2020-06-12 01:24:07 +03:00
vms
8921535f0b update gitignore 2020-06-12 01:04:31 +03:00
vms
07fe0bb39e repair put/get 2020-06-12 00:05:04 +03:00
vms
46ac364c69 support of _start 2020-06-11 19:11:34 +03:00
vms
255a131a4f improve wasm modules 2020-06-11 03:10:37 +03:00
vms
f4022533b7 improve export function search from host import 2020-06-11 01:07:32 +03:00
vms
4ed1e3eaad adjust ipfs rpc module to use wasi 2020-06-10 18:00:07 +03:00
vms
bbe4612a40 introduce node public interface 2020-06-10 16:55:18 +03:00
vms
49b4504ed7 refactor FCE 2020-06-10 15:46:07 +03:00
vms
bbd0941d3e fix bug with leaked imports 2020-06-07 22:57:30 +03:00
vms
fe716cd078 allow several host imports 2020-06-07 12:33:26 +03:00
vms
7d5ae2f9b0 generalize ipfs node service 2020-06-07 01:20:12 +03:00
vms
8c845c9f37 rename instance to module 2020-06-06 02:31:59 +03:00
vms
093e410bac add cargo configs for wasm crates 2020-06-06 02:27:54 +03:00
vms
60c9f03902 simplify the wit extrator 2020-06-06 01:03:49 +03:00
vms
bb2bbcf35e split fce_wit_interfaces 2020-06-06 00:13:05 +03:00
vms
2bbbb9323d introduce ipfs service 2020-06-05 23:12:02 +03:00
vms
5d7fdec0ee add delete subcommand to wit_embedder 2020-06-04 20:36:16 +03:00
vms
59f9b7555f simplify fce_wit_interfaces 2020-06-04 19:54:23 +03:00
vms
6a7dbb47c8 move fce to fce_wit_interfaces 2020-06-04 19:06:23 +03:00
vms
f2cafd0770 move wit_embedder to fce_wit_interfaces 2020-06-04 14:44:36 +03:00
vms
8b55bf4baf introduce fce_interfaces 2020-06-04 14:22:17 +03:00
vms
939c2e24c0 replace old FCE with new FCE with WIT support 2020-06-03 23:19:07 +03:00
vms
33aa87fa1c improve embedder 2020-06-03 23:09:05 +03:00
vms
44c098ec5b add rustfmt config 2020-06-03 23:08:26 +03:00
vms
66ca7345fd use FCEError in vm 2020-06-02 19:16:15 +03:00
vms
b258caa8d6 introduce service-like functionality 2020-06-02 18:05:38 +03:00