Skip to content

Commit

Permalink
Added dynasm-backend to the libraries README
Browse files Browse the repository at this point in the history
  • Loading branch information
syrusakbary authored Mar 22, 2019
1 parent 758ccc6 commit bf3af66
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions lib/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,5 +33,6 @@ to tune the codegen properties (compile speed, performance, etc) to best fit the

Currently, we support multiple backends for compiling WebAssembly to machine code:

- [clif-backend](./clif-backend/): Cranelift backend
- [llvm-backend](./llvm-backend/): LLVM backend
- [dynasm-backend](./dynasm-backend/): Dynasm backend - super fast compilation, slower runtime speed
- [clif-backend](./clif-backend/): Cranelift backend - slower compilation, normal runtime speed
- [llvm-backend](./llvm-backend/): LLVM backend - slow compilation, native runtime speed

0 comments on commit bf3af66

Please sign in to comment.