Fix CI.#12
Conversation
|
This appears to have been was regressed by bytecodealliance/wasmtime#1524. Previously we were just cloning an internal table type in @sunfishcode previously the C API was able to describe anyref table imports and exports, but now we hit the assertion in Wasmtime will (module
(table $t 1 anyref)
) |
|
I'm going to merge this for now and we can revisit when more of the reference types proposal is implemented. |
This PR fixes CI as currently Wasmtime will panic if non-funcref tables are
used (not currently implemented).