-
Notifications
You must be signed in to change notification settings - Fork 699
Closed
Labels
Milestone
Description
Does WebAssembly have an opcode number that is guaranteed to never be used? This would be valuable to compiler writers who want to experiment with new opcodes and features. The experimental compiler would be paired with a corresponding interpreter.
The opcode could be followed by a length that tells the interpreter where to restart interpretation.