Upstream Issue
bytecodealliance/wit-bindgen#1517
Problems Reported
- Async function bindings have issues
- Flags type generation problems
Option<T> handling incorrect
Impact on rules_wasm_component
- Affects
moonbit_wasm_component rule
- WIT interfaces using these features may not compile or behave incorrectly
Affected Rule
//moonbit:defs.bzl - moonbit_wasm_component
Workaround
Avoid async, flags, and Option types in MoonBit components until upstream fix.
Action Items
Labels
upstream-bug, moonbit
Upstream Issue
bytecodealliance/wit-bindgen#1517
Problems Reported
Option<T>handling incorrectImpact on rules_wasm_component
moonbit_wasm_componentruleAffected Rule
//moonbit:defs.bzl-moonbit_wasm_componentWorkaround
Avoid async, flags, and Option types in MoonBit components until upstream fix.
Action Items
Labels
upstream-bug, moonbit