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
{{ message }}
This repository was archived by the owner on Apr 25, 2025. It is now read-only.
This is not going to work at all without support from some glue code. There is not enough information in the signature. Apart from anything else, the $bytes parameter is (as far as wasm is concerned) an index not an address.
How would the interoperability of array types with the host (JavaScript) work? For example I have define an i8 array and an import like:
If I call this function, can I expect a Uint8Array in JavaScript and a byte pointer in another host?
If so, shouldn't we then predefine these primitive arrays as own type and add the type mapping to the proposal?
Or is this only possible via interface types? What will I receive without such interface type definition?
The text was updated successfully, but these errors were encountered: