Crate swat

Crate swat 

Source
Expand description

SWAT: Simple Web-Assembly Transpiler

§Goals:

  • very portable (no_std), kernel friendly
  • small number of dependencies
  • simple to maintain

§Non-goals:

  • event-driven / streaming parser approach
  • multi-pass optimisations

§Todo:

  • WASM Parsing (Vector/SIMD instructions not yet supported)
  • Aarch64 transpilation
  • x86_64 transpilation
  • rv64 transpilation

Modules§

parser
Parser for webassembly modules

Macros§

error