Commit Graph

133 Commits

Author SHA1 Message Date
vms
a4bdf78037 bump versions 2020-09-03 02:15:18 +03:00
vms
5dc60f01e4 update 2020-08-26 22:01:44 +03:00
vms
f22fcbf95f parsing mut types 2020-08-26 19:28:02 +03:00
vms
0d28f77bdc strip prefix name 2020-08-26 18:44:27 +03:00
vms
c953d385e8 change type parsing scheme 2020-08-26 18:23:17 +03:00
vms
c385a1f0ff Merge branch 'master' into record_support 2020-08-26 15:51:02 +03:00
vms
d0db9a365f
Merge pull request #3 from fluencelabs/call_parameters
Introduce call parameters
2020-08-25 18:47:48 +03:00
vms
1eaf81441d remove some overhead 2020-08-25 18:36:03 +03:00
vms
b90feb4221 change wasm to wasm32 2020-08-24 20:50:03 +03:00
vms
6a21c007a2 add new line 2020-08-24 20:40:52 +03:00
vms
d1f092e6eb introduce used_in_fce feature 2020-08-24 19:10:27 +03:00
vms
1a6d536e72 replace fce with cfg 2020-08-24 15:46:29 +03:00
vms
4a77da52db update 2020-08-24 15:43:35 +03:00
vms
a0e5438417 update 2020-08-24 15:27:46 +03:00
vms
300318cc72 delete excess trait import 2020-08-24 15:21:17 +03:00
vms
34a27890cb add application_id 2020-08-24 15:10:57 +03:00
vms
5c36e62367 Merge branch 'master' into call_parameters 2020-08-24 15:06:25 +03:00
vms
55f965f9b8 don't use repr with extern 2020-08-24 01:33:17 +03:00
vms
a6e8d326c2
Merge pull request #4 from fluencelabs/foreign_mod_impr
Foreign mod improvements
2020-08-23 04:30:59 +03:00
vms
cdb92e44c9
Merge pull request #2 from fluencelabs/remove_forgot
Remove mem::forgot
2020-08-23 04:27:34 +03:00
vms
73b34b7e63 rename feature 2020-08-23 03:18:24 +03:00
vms
03042d4568 fix 2020-08-23 03:14:37 +03:00
vms
4370fc7cf5 fix 2020-08-23 03:01:10 +03:00
vms
34e5dc958a msic 2020-08-23 02:48:04 +03:00
vms
39affc0b28 add serde 2020-08-22 13:56:27 +03:00
vms
52a59d2eb8 fix 2020-08-22 13:50:18 +03:00
vms
fbd3f53628 make se/de funcs public 2020-08-22 13:49:08 +03:00
vms
f312b09fec get rid of trait 2020-08-22 13:40:05 +03:00
vms
b3a8f3cc31 make fce_generated_serialize work wirh self ref 2020-08-22 12:04:47 +03:00
vms
48bc0e52e2 introduce CallParameters 2020-08-22 00:08:12 +03:00
vms
89da1d5285 Delete strings and arrays by refcount instead of from a interface-type side 2020-08-20 22:07:41 +03:00
vms
b2a46e0238 initial 2020-08-18 07:27:04 +03:00
vms
8418111074 add some docs 2020-08-02 14:42:29 +03:00
vms
7018a64c29 add license 2020-07-28 19:35:36 +03:00
vms
f800a0430b fix doc 2020-07-28 18:44:24 +03:00
vms
678cbc14d5 add docs 2020-07-28 17:50:04 +03:00
vms
4683526e16 misc 2020-07-28 17:05:17 +03:00
vms
af08870cd5 allow compilation to non-wasm targets 2020-07-28 17:00:16 +03:00
vms
3db740a760 allow non-public records 2020-07-28 16:49:46 +03:00
vms
141807945e introduce trait FCERecordSerializer 2020-07-28 16:49:10 +03:00
vms
88afe8feaa delete excess mem::forget 2020-07-28 01:02:17 +03:00
vms
a898493202 better result api logging 2020-07-27 23:05:36 +03:00
vms
039082a938 allow struct to be defined in a separate mod 2020-07-27 23:03:31 +03:00
vms
689c389cc7 fix bug with f32 mapping, allow dead code in the logger 2020-07-27 00:02:33 +03:00
vms
a38d88a094 pass records with only pointer without size 2020-07-26 21:57:14 +03:00
vms
7e1197b49b add support of complex types to a foreign items 2020-07-26 14:19:16 +03:00
vms
057be9a9b7 rename is_integral_type to a is_complex_type 2020-07-26 14:10:13 +03:00
vms
0c09b32bb7 move record logic to a separate module 2020-07-26 14:09:35 +03:00
vms
e589d52c72 support records 2020-07-26 13:15:09 +03:00
vms
79a5896015 add possbility to be applied to non-pub functions 2020-07-19 19:14:38 +03:00