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
Supported types (params and returns on exported functions FROM Assemblyscript):
28
76
@@ -32,10 +80,22 @@ Supported types (params on import object functions. RETURNS NOT SUPPORTED):
32
80
33
81
Strings, TypedArrays
34
82
35
-
#API Planning Notes
83
+
## Supported AssemblyScript Runtime Modes
36
84
37
-
Maybe not asbind? Yes, as bind it matches up with what wasm bndgen says
85
+
TODO
38
86
39
87
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.
40
88
41
89
Simply need to wrap the docs from: https://docs.assemblyscript.org/details/runtime and we should be good to go!
0 commit comments