mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-08 11:38:21 +02:00
Start of wasm support
This commit is contained in:
parent
053b302d42
commit
b7b065855d
22 changed files with 487 additions and 35 deletions
|
@ -4608,4 +4608,11 @@ void BfIRCodeGen::StaticInit()
|
|||
LLVMInitializeAArch64AsmPrinter();
|
||||
//LLVMInitializeAArch64Parser();
|
||||
//LLVMInitializeX86Disassembler();
|
||||
|
||||
LLVMInitializeWebAssemblyTargetInfo();
|
||||
LLVMInitializeWebAssemblyTarget();
|
||||
LLVMInitializeWebAssemblyTargetMC();
|
||||
LLVMInitializeWebAssemblyAsmPrinter();
|
||||
LLVMInitializeWebAssemblyAsmParser();
|
||||
LLVMInitializeWebAssemblyDisassembler();
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue