Skip to content

abap-wasm/abap-wasm

Repository files navigation

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.