Skip to content

Latest commit

 

History

History
14 lines (9 loc) · 814 Bytes

README.md

File metadata and controls

14 lines (9 loc) · 814 Bytes

abap-wasm

Somewhat free interpretation of a very basic WebAssembly Virtual Machine in ABAP.

  • Works on 702 and up, including Steampunk / ABAP Cloud programming model
  • Complete Continuous Integration setup

Install via abapGit

Usage: see unit tests in ZCL_WASM

WebAssembly(WASM)

A lot of awesome projects and programming languages can be compiled to WASM. Being able to execute WASM in ABAP would open a large new ecosystem of possibilities on the ABAP stack.

It will probably be slow to execute WASM on the ABAP application server, time will tell.