WebAssembly / function-references

Proposal for Typed Function References
https://webassembly.github.io/function-references/
Other
101 stars 15 forks source link

call `ref.func` needs to be declared first #115

Closed oovm closed 6 months ago

oovm commented 6 months ago

When I was studying ref.func, I found that the code in the example did not work.

In fact, the function to be called should be declared in advance.