Skip to content

Latest commit

 

History

3 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

felloak

felloak is a modular, flexible transassembler. It's goal is to convert one architecture's assembly into another, with minimal changes required to the input syntax.

The goal is to be able to reuse handwritten ARM64 SIMD as WebAssembly SIMD, as well as provide an alternative, faster development platform for writing and testing such assembly.

Input ↓ Output → ARM64 WebAssembly
ARM64 ⬜️ ✔️
WebAssembly ⬜️ ⬜️

Written in portable C99 without reliance on external libraries.

ARM64 → WebAssembly milestones

  • Parsing
  • Converting to IR
  • Validating
  • Converting to WASM IR
  • WAT syntax output
  • Passing WASM validation
  • WASM bytecode output
  • IR-level optimizations
  • WASM-level optimizations

Syntax

Argument Description
-o path Output file path
path Input file path
-v Print version
-V Toggle debug info printing
-h Print usage (this)

Overall, the project tries to maintain command-line compatibility with the nasm CLI syntax.

About

Generic transassembler

Topics

Resources

Stars

4 stars

Watchers

1 watching

Forks

Releases

Contributors

Languages