does AssemblyScript supports array of functions?

后端 未结 0 807
情歌与酒
情歌与酒 2021-01-12 03:50

here is my js code that I would like to convert to AssemblyScript

function make_func_array(size){
  function f1(w){
    w.val+=1
  }
  function f2(w){
    w.v         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题