bytecodealliance / bytecodealliance/wac
Enable composing components that use GC
Open
- Dominant language
- Rust
- Stars
- 208
- Forks
- 41
- Avg merge
- 2d 7h
- Merged PRs (30d)
- 3
Description
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.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.