For example, plugging a component with wasm-gc internals into a wasi-cli command: ``` $ wac plug command-incomplete.wasm --plug gc_component.wasm -o command.wasm error: struct indexed types not supported without the gc feature (at offset 0x16) ``` I couldn't find any flag to enable GC support.