js-types icon indicating copy to clipboard operation
js-types copied to clipboard

Clear up several issues around WebAssembly.Function usage

Open tsyesika opened this issue 4 years ago • 1 comments

This clears up two issues in the overview document surrounding the usage of WebAssembly.Function, these are:

  • What behaviour should occur if you pass a WebAssembly.Function object to the WebAssembly.Function constructor. (discussed here: #13)
  • Clarify that the same behaviour should occur when calling the function as when calling an exported function (e.g. the ToJSValue should be applied to arguments when called, etc.)

tsyesika avatar Jul 07 '21 13:07 tsyesika

cc @Ms2ger

wingo avatar Sep 09 '21 14:09 wingo