You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+12-11Lines changed: 12 additions & 11 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -70,23 +70,22 @@ asyncTask();
70
70
71
71
## Supported Data Types
72
72
73
-
TODO
74
-
75
-
Supported types (params and returns on exported functions FROM Assemblyscript):
76
-
77
-
Strings, TypedArrays
73
+
**TL;DR:** Currently Numbers, Strings, and Typed Arrays are supported. Returning a high-level data type from an imported JavaScript function, and passing AssemblyScript Classes will be coming later.
78
74
79
-
Supported types (params on import object functions. RETURNS NOT SUPPORTED):
Only supports the `--runtime full`, and `--runtime stub` flag. And should, because anything else would mean that you DO NOT want to create objects externally to your wasm module.
88
-
89
-
Simply need to wrap the docs from: https://docs.assemblyscript.org/details/runtime and we should be good to go!
88
+
Only supports the `--runtime full`, and `--runtime stub` flag. And should, because anything else would mean that you DO NOT want to create objects externally to your wasm module. Simply need to wrap the docs from: https://docs.assemblyscript.org/details/runtime and we should be good to go!
0 commit comments