wasm-opcodes 0.115.0

A set of procedural enums useful for readabilty when implementing something over all wasm instructions.
Documentation
1
2
3
4
5
6
# WASM-opcodes
[![crates.io](https://img.shields.io/crates/v/wasm-opcodes.svg)](https://crates.io/crates/wasm-opcodes)
[![docs.rs](https://img.shields.io/docsrs/wasm-opcodes)](https://docs.rs/perfect-derive/latest/wasm-opcodes/)
[![crates.io](https://img.shields.io/crates/l/wasm-opcodes.svg)](https://github.com/LucentFlux/wasm-opcodes/blob/main/LICENSE)

A set of procedural enums useful for readabilty when implementing something over all wasm instructions.