disasm.h (135B)
1 #ifndef KIT_ARCH_WASM_DISASM_H 2 #define KIT_ARCH_WASM_DISASM_H 3 4 #include "arch/arch.h" 5 6 ArchDisasm* wasm_disasm_new(Compiler*); 7 8 #endif