fleischr / abap-wasm

WebAssembly Virtual Machine / Interpreter / Runtime in ABAP

Home Page:https://abap-wasm.github.io/abap-wasm-web/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

WebAssembly Virtual Machine / Interpreter / Runtime in ABAP

https://abap-wasm.github.io/abap-wasm-web/

License:MIT License


Languages

Language:ABAP 98.4%Language:JavaScript 1.6%