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
I think the question is what kind of Value is needed for initial_value? I've tried Value.i32 and all the others and every time it raises an exception saying that "val is not funcref".
Table(STORE, TableType(Type.FUNC_REF, 8, 8), Value.i64(8))
# what do we put here? ^
I think the question is what kind of Value is needed for initial_value? I've tried Value.i32 and all the others and every time it raises an exception saying that "val is not funcref".
Table(STORE, TableType(Type.FUNC_REF, 8, 8), Value.i64(8))
# what do we put here? ^
I also have this problem,Have you reached a conclusion
Thanks for proposing a new feature!
Motivation
I want to import a FUNC_REF table into my module.
Proposed solution
I would like to see an example like this in the docs and tests:
What is INITIAL_VALUE?
The text was updated successfully, but these errors were encountered: