DLR-FT/wasm-interpreter
Handling of invalid instructions during execution
Closed
#86 opened on Sep 10, 2024
executionhelp wantedpriority-low
Repository metrics
- Stars
- (37 stars)
- PR merge metrics
- (PR metrics pending)
Description
Currently we skip invalid instructions in the main interpreter loop. Should we instead panic here to avoid possible misinterpretation of the following instructions? This could also be an issue for security.