Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/abap-wasm/abap-wasm
WebAssembly Virtual Machine / Interpreter / Runtime in ABAP
https://github.com/abap-wasm/abap-wasm
abap wasm webassembly
Last synced: about 1 month ago
JSON representation
WebAssembly Virtual Machine / Interpreter / Runtime in ABAP
- Host: GitHub
- URL: https://github.com/abap-wasm/abap-wasm
- Owner: abap-wasm
- License: mit
- Created: 2019-12-27T10:59:08.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2024-09-18T13:23:57.000Z (about 2 months ago)
- Last Synced: 2024-09-27T13:21:23.095Z (about 2 months ago)
- Topics: abap, wasm, webassembly
- Language: ABAP
- Homepage: https://abap-wasm.github.io/abap-wasm-web/
- Size: 2.89 MB
- Stars: 22
- Watchers: 7
- Forks: 4
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# abap-wasm
Somewhat free interpretation of a very basic [WebAssembly](https://webassembly.github.io/spec/core/) Virtual Machine in ABAP.* Works on 702 and up, including [Steampunk](https://blogs.sap.com/2019/08/20/its-steampunk-now/) / ABAP Cloud programming model
* Complete Continuous Integration setupInstall via [abapGit](https://abapgit.org)
Usage: see [unit tests in ZCL_WASM](https://github.com/abap-wasm/abap-wasm/blob/master/src/zcl_wasm.clas.testclasses.abap#L16)
## WebAssembly(WASM)
A lot of [awesome](https://github.com/mbasso/awesome-wasm) 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.