Add wasm32 support to inline asm
This commit is contained in:
parent
8a92938658
commit
d9f237caa6
7 changed files with 230 additions and 3 deletions
|
@ -167,6 +167,7 @@ pub fn initialize_available_targets() {
|
|||
LLVMInitializeWebAssemblyTargetInfo,
|
||||
LLVMInitializeWebAssemblyTarget,
|
||||
LLVMInitializeWebAssemblyTargetMC,
|
||||
LLVMInitializeWebAssemblyAsmPrinter
|
||||
LLVMInitializeWebAssemblyAsmPrinter,
|
||||
LLVMInitializeWebAssemblyAsmParser
|
||||
);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue