Open Issues Need Help
View All on GitHub Tighten up error return types for stack functions about 2 months ago
AI Summary: Refactor the Bytebox WebAssembly VM's stack operation functions to improve error handling. The goal is to restrict error return types to `TrapError` for the `invoke()` function, preventing the propagation of less specific `anyerror` types. This will provide users with more precise error information and improve the overall robustness of the VM.
Complexity:
4/5
enhancement good first issue