mirror of
https://github.com/bytecodealliance/wasm-micro-runtime.git
synced 2025-07-17 01:38:15 +00:00
![]() Implement the compilation to LLVM IRs for the GC opcodes below: - WASM_OP_REF_EQ, WASM_OP_CALL_REF, WASM_OP_RETURN_CALL_REF - WASM_OP_REF_AS_NON_NULL, WASM_OP_BR_ON_NULL, WASM_OP_BR_ON_NON_NULL - WASM_OP_I31_NEW, WASM_OP_I31_GET_S, WASM_OP_I31_GET_U - WASM_OP_REF_TEST, WASM_OP_REF_CAST - WASM_OP_REF_TEST_NULLABLE, WASM_OP_REF_CAST_NULLABLE - WASM_OP_BR_ON_CAST, WASM_OP_BR_ON_CAST_FAIL - WASM_OP_BR_ON_CAST_NULLABLE, WASM_OP_BR_ON_CAST_FAIL_NULLABLE - WASM_OP_EXTERN_INTERNALIZE, WASM_OP_EXTERN_EXTERNALIZE |
||
---|---|---|
.. | ||
iwasm_interp.cmake | ||
SConscript | ||
wasm_interp_classic.c | ||
wasm_interp_fast.c | ||
wasm_interp.h | ||
wasm_loader.c | ||
wasm_loader.h | ||
wasm_mini_loader.c | ||
wasm_opcode.h | ||
wasm_runtime.c | ||
wasm_runtime.h | ||
wasm.h |