Commit Graph

349 Commits

Author SHA1 Message Date
vms
ba7af66ca8 renaming 2021-04-22 17:57:47 +03:00
vms
17115b696a pr fixes 2021-04-22 17:45:06 +03:00
vms
766da0bf0f fix boolean vec ser scheme 2021-04-22 17:24:07 +03:00
vms
77397bb87d fix tests 2021-04-22 17:05:12 +03:00
vms
1cf369e0e4 delete comments 2021-04-22 16:59:16 +03:00
vms
1570760879 rename output_type to output_types 2021-04-22 16:57:34 +03:00
vms
1cbe8c3bfa turn Option to Vec for output_type 2021-04-22 13:34:36 +03:00
vms
53299c7c5a delete excess logs 2021-04-22 12:32:19 +03:00
vms
4b6f6d9111 housekeeping 2021-04-21 18:49:13 +03:00
vms
a448f03ed4 fix comment 2021-04-21 15:09:09 +03:00
vms
df30974e06 fix build 2021-04-21 15:08:30 +03:00
vms
47f0443397 pr fixes 2021-04-21 14:56:21 +03:00
vms
6afa678905 fix a comment 2021-04-20 23:44:04 +03:00
vms
b6d0ecc11c fix tests 2021-04-20 23:35:40 +03:00
vms
cbd2cf7c4a update 2021-04-20 13:36:20 +03:00
vms
e826e6cee9 update 2021-04-20 00:46:41 +03:00
vms
eb8ed94125 Merge branch 'master' into optimizations 2021-04-20 00:37:08 +03:00
vms
92072f4b05 update record ser 2021-04-19 20:18:37 +03:00
vms
6a34327b31 update record der 2021-04-19 19:55:46 +03:00
vms
5b26474d49 update record der 2021-04-19 19:50:01 +03:00
vms
913317c78e refactor export_types 2021-04-18 14:29:52 +03:00
vms
8ea8e219ef improve interface 2021-04-18 13:29:54 +03:00
vms
12f06f806f intermediate 2021-04-16 18:03:25 +03:00
vms
d23267e415 make unsafe func 2021-04-13 14:10:56 +03:00
vms
9a05fd250c make import function safe 2021-04-13 14:02:20 +03:00
vms
b2002b0279 intermediate 2021-04-13 13:55:39 +03:00
vms
80f083cdcf Merge branch 'master' into optimizations 2021-04-13 01:07:40 +03:00
vms
e8f4b15df2 change comment 2021-04-12 22:25:08 +03:00
vms
71b84799bb fix a typo 2021-04-12 22:23:50 +03:00
vms
c5347cf1c1 fmt 2021-04-12 22:21:58 +03:00
vms
bac2d22bea fix bool refs 2021-04-12 22:18:36 +03:00
vms
9ae4910c11 fix imports with basic types passed by references 2021-04-12 20:41:04 +03:00
vms
7e19dfb4fb refactoring 2021-04-12 18:02:22 +03:00
vms
7314000623 refactor record serializer 2021-04-09 21:55:02 +03:00
vms
bed5a8505b fix merge 2021-04-09 16:16:42 +03:00
vms
16d0210531 Merge branch 'master' into support_references 2021-04-09 15:57:54 +03:00
vms
23aae3cae6 update 2021-04-09 11:53:29 +03:00
vms
22c493b8fd fmt 2021-04-08 13:36:45 +03:00
vms
1a5e28957d finalize 2021-04-08 13:22:51 +03:00
vms
176b71b4a1 split on two crates 2021-04-08 12:49:53 +03:00
vms
3580e429c3 initial version of build time support 2021-04-08 12:38:24 +03:00
vms
d81efab0b8 update 2021-04-07 23:20:37 +03:00
vms
a4fa69e527 add tests for generated glue code 2021-04-06 13:14:52 +03:00
vms
ea5baec462 some minor improvements 2021-04-05 12:38:28 +03:00
vms
55cfb1e844 ranaming 2021-04-05 01:36:14 +03:00
vms
7b8d72e84c some improvements 2021-04-05 01:09:55 +03:00
vms
440c5992c1 fix tests 2021-04-04 23:46:35 +03:00
vms
af0f503ca6 another update 2021-04-04 23:40:52 +03:00
vms
35bdcc353a update 2021-04-04 23:25:42 +03:00
vms
d1d52e8b69 add tests 2021-04-02 21:07:11 +03:00
vms
12685c59fc little refactoring 2021-04-02 18:31:19 +03:00
vms
ea11a617cd Merge branch 'master' into support_references 2021-04-01 19:44:08 +03:00
vms
a44e9aa700 fix error message 2021-04-01 18:38:16 +03:00
vms
fc320fe50d add trybuild tests 2021-04-01 18:36:25 +03:00
vms
6abd3e0907 delete # https://docs.rs/about 2021-04-01 14:46:33 +03:00
vms
a0fd5b2bc6 fix get_output_type 2021-04-01 14:42:23 +03:00
vms
a4908f37cd pr fixes 2021-04-01 14:37:32 +03:00
vms
e040a17253
Update crates/fce-test-macro-impl/src/fce_test/glue_code_generator.rs
Co-authored-by: folex <0xdxdy@gmail.com>
2021-04-01 14:29:40 +03:00
vms
26c9358161
Update crates/fce-test-macro-impl/src/fce_test/glue_code_generator.rs
Co-authored-by: folex <0xdxdy@gmail.com>
2021-04-01 14:29:34 +03:00
vms
b010fe93df
Update crates/fce-test-macro-impl/src/fce_test/glue_code_generator.rs
Co-authored-by: folex <0xdxdy@gmail.com>
2021-04-01 14:29:01 +03:00
vms
773dedcd79 improve result converting 2021-04-01 12:56:23 +03:00
vms
b57c3687a2 one more fix 2021-04-01 12:49:34 +03:00
vms
c2a7cc874a fix a typo 2021-04-01 12:48:32 +03:00
vms
b34a9fc90b code cleaning 2021-04-01 12:20:52 +03:00
vms
8e2318dc77 housekeeping 2021-04-01 12:11:31 +03:00
vms
6fca2485eb improcve comment 2021-04-01 05:34:16 +03:00
vms
305ca68c10 add comments 2021-04-01 05:29:54 +03:00
vms
e03476316c remove ToTokens impl 2021-04-01 05:10:49 +03:00
vms
6911e72ecc more houskeeping 2021-04-01 05:08:41 +03:00
vms
de2e61e60b houskeeping 2021-04-01 05:06:16 +03:00
vms
0574adb39a it works 2021-04-01 03:49:44 +03:00
vms
ca75ef5ead progress 2021-04-01 02:15:24 +03:00
vms
c571cc1628 implement module glue code generation 2021-03-31 12:38:10 +03:00
vms
3ffe392e14 progress 2021-03-31 11:36:54 +03:00
vms
04c2fb51d7 fix CI 2021-03-28 23:22:12 +03:00
vms
e4c7ed319b cleanup 2021-03-28 22:51:50 +03:00
vms
287090ae5a adjust crate versions 2021-03-28 19:11:29 +03:00
vms
0ed7b3e6b8 misc improvements 2021-03-28 18:02:36 +03:00
vms
fbd021e3e2 intermediate 2021-03-28 17:30:07 +03:00
vms
9811e476ed Merge branch 'master' into fce_test 2021-03-28 15:42:02 +03:00
vms
d3e1b6d3b5 review fixes 2021-03-12 10:29:26 +03:00
vms
6c477059ab rename __FCE_SDK_WASM_MODULE_MANIFEST to __FCE_WASM_MODULE_MANIFEST 2021-03-11 19:59:55 +03:00
vms
00c72c6438 rearrange consts 2021-03-11 19:01:16 +03:00
vms
3d72d5885e simplify the code 2021-03-11 14:43:47 +03:00
vms
eab7d746ef change doc root link 2021-03-11 14:36:01 +03:00
vms
38d8e65368 update rust compiler in circleci; bump crate versions 2021-03-11 14:35:03 +03:00
vms
56a4d0a668 hard names 2021-03-11 14:32:46 +03:00
vms
66a57c5918 fmt 2021-03-11 14:28:46 +03:00
vms
695c870964 add module_manifest macro 2021-03-11 13:58:29 +03:00
vms
9e7d08511a temporary 2021-03-10 15:28:44 +03:00
vms
a8fbe2ca6e progress 2021-03-09 15:45:05 +03:00
vms
e671e835a8 use Any instead of Drop 2021-03-09 12:57:11 +03:00
vms
37cfd15543 add explicit deletion of forgetting objects 2021-03-09 01:01:04 +03:00
vms
cd21f80c59 initial version 2021-03-02 11:38:03 +03:00
vms
e577d6b0c8 Merge branch 'master' into support_references 2021-03-01 15:32:58 +03:00
vms
131d555d75 bump crates 2021-03-01 14:43:33 +03:00
vms
4e3c2fdf3e various fixes 2021-03-01 14:38:48 +03:00
vms
7f6075b52a
Apply suggestions from code review
Co-authored-by: folex <0xdxdy@gmail.com>
2021-03-01 13:50:03 +03:00
vms
947d2047fb use directives instead of map 2021-02-28 19:02:30 +03:00
vms
4cf3291323 bump version 2021-02-26 12:57:28 +03:00
vms
d7d17e19ee bump versions 2021-02-26 12:29:18 +03:00
vms
4bdb18fad5 setting_max_level 2021-02-26 12:24:10 +03:00
vms
db580be7db fix as_std 2021-02-25 23:00:15 +03:00
vms
40a308946e introduce stringify 2021-02-25 22:56:25 +03:00
vms
25b9fd0ef0 bump versions 2021-02-25 13:46:02 +03:00
vms
929a5f21d9 add filter logic 2021-02-25 13:44:10 +03:00
vms
008470a757 fix a typo 2021-02-24 11:46:07 +03:00
vms
fb4ffefab4 review fixes 2021-02-24 11:22:21 +03:00
vms
156bcf527d pr fixes 2021-02-24 08:58:13 +03:00
vms
06f686fc62 bump versions 2021-02-24 08:51:29 +03:00
vms
292bdc73ea add into_std 2021-02-24 08:31:56 +03:00
vms
3492f40057 module renaming 2021-02-22 18:30:45 +03:00
vms
feb7517126 add error 2021-02-19 22:50:38 +03:00
vms
0943e59ee7 add stdout/stderr fields 2021-02-19 18:31:16 +03:00
vms
517b13e1ac add two constructors 2021-02-19 17:45:27 +03:00
vms
b7274974f7 reexport SUCCESS_CODE 2021-02-19 17:19:19 +03:00
vms
a04f4ce4ba add MountedBinaryResult 2021-02-19 17:14:50 +03:00
vms
9a524f1335 update 2021-02-19 14:09:40 +03:00
vms
849042d4db fmt 2021-02-08 17:12:33 +03:00
vms
ba2c5a80fd add ref types 2021-02-05 16:07:31 +03:00
vms
5e3c881250 initial 2021-02-04 14:42:45 +03:00
vms
8d427c0e72 catch up crates.io version 2021-01-12 11:26:39 +03:00
vms
bf564e63d5 fix serde version 2021-01-12 11:16:02 +03:00
vms
3331763e26 bump versions 2020-12-22 15:14:41 +03:00
vms
94a721abf4 update CallParameters 2020-12-22 15:09:39 +03:00
vms
a555291c1c bump crate versions 2020-12-21 19:15:58 +03:00
vms
7bd2341ded add security tetraplets to CallParameters 2020-12-18 11:47:14 +03:00
folex
31dc0a30df
Change 'target' from i64 to i32 in log_utf8_string (#13) 2020-12-17 12:47:43 +03:00
vms
3aab224c97 bump versions 2020-12-09 12:22:52 +03:00
vms
26c806fd6c pr fixes 2020-12-09 12:11:25 +03:00
vms
014d724ea4 fix comment 2020-12-09 12:09:26 +03:00
vms
b631dab17f reexport WASM_LOG_ENV_NAME 2020-12-09 11:34:39 +03:00
vms
c90b685238 change wasm log name 2020-12-08 18:19:06 +03:00
vms
be250f9c1f set log level from RUST_LOG 2020-12-08 14:38:53 +03:00
vms
1ffcd49190 fix comments 2020-12-07 16:54:33 +03:00
vms
81979910f9 reexport WasmLoggerBuilder 2020-12-07 16:30:03 +03:00
vms
e6e7daa1d3 use log::max_level() to check log level 2020-12-07 16:26:58 +03:00
vms
57c624814c bump verion 2020-11-08 18:15:51 +03:00
vms
dc2851379e replace map with target_map 2020-10-29 14:13:28 +03:00
vms
c9cd2ad4d3 reexport TargetMap 2020-10-29 14:10:50 +03:00
vms
e4c1c43c42 improve logger 2020-10-29 14:08:16 +03:00
folex
8c0a029165
Pass log level & target to host log_utf8_string (#8) 2020-10-26 13:06:55 +03:00
vms
c1ecd7e284 add use 2020-10-06 12:34:11 +03:00
vms
c53f03ad06 update 2020-10-06 12:32:15 +03:00
vms
ab438b33d0 fix building 2020-10-06 12:09:50 +03:00
vms
742ff0e2df better wrapping 2020-10-06 12:03:32 +03:00
vms
39b7641373 allow building sdk for x86_64 2020-10-06 11:52:17 +03:00
vms
de9259b842 bump versions 2020-10-01 12:27:37 +03:00
vms
e5d564d4a6 use get_result_ptr instead of stack result 2020-09-29 20:53:24 +03:00
vms
c593202ec9 add #[fce] for CallParameters 2020-09-29 20:35:37 +03:00