WASM
This commit is contained in:
parent
ade0c3cde4
commit
298253d6fa
31 changed files with 2899 additions and 276 deletions
|
|
@ -8,7 +8,21 @@ type_maps:
|
|||
CommunicationTypes:
|
||||
DataTypes:
|
||||
Data: 32
|
||||
Flags: 33
|
||||
Value: 34
|
||||
BinaryData: 35
|
||||
Items: 36
|
||||
EncryptedPayload: 37
|
||||
SignedPayload: 38
|
||||
SecurePayload: 39
|
||||
"2.0":
|
||||
CommunicationTypes:
|
||||
DataTypes:
|
||||
Data: 34
|
||||
Flags: 33
|
||||
Value: 35
|
||||
BinaryData: 36
|
||||
Items: 37
|
||||
EncryptedPayload: 38
|
||||
SignedPayload: 39
|
||||
SecurePayload: 40
|
||||
|
|
|
|||
Loading…
Reference in a new issue