- Web Wormhole https://webwormhole.io/ https://github.com/saljam/webwormhole
- ToffeeShare https://toffeeshare.com/
- FilePizza https://file.pizza/
ShareDrop sharedrop.io https://github.com/szimek/sharedrop(SOLD, not recommended, use one of the forks)A clone SnapDrop snapdrop.net https://github.com/RobinLinus/snapdrop(SOLD, not recommended, use one of the forks)- A fork PairDrop https://pairdrop.net/ https://github.com/schlagmichdoch/pairdrop
- Instant.io https://instant.io/
- FileTC https://file.tc/
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#include "llvm/IR/IRBuilder.h" | |
#include "llvm/IR/Verifier.h" | |
#include "llvm/Support/TargetSelect.h" | |
#include "llvm/ExecutionEngine/ExecutionEngine.h" | |
#include <vector> | |
#include <memory> | |
void test_llvm() { | |
llvm::LLVMContext *context = new llvm::LLVMContext(); |