https://github.com/unikraft/lib-wamr
Unikraft port of WAMR, Intel's WebAssembly Micro Runtime
https://github.com/unikraft/lib-wamr
library unikraft unikraft-library wamr web-assembly
Last synced: 11 days ago
JSON representation
Unikraft port of WAMR, Intel's WebAssembly Micro Runtime
- Host: GitHub
- URL: https://github.com/unikraft/lib-wamr
- Owner: unikraft
- License: other
- Created: 2019-10-16T10:06:15.000Z (over 5 years ago)
- Default Branch: staging
- Last Pushed: 2024-01-02T20:56:31.000Z (over 1 year ago)
- Last Synced: 2025-03-24T15:11:14.490Z (28 days ago)
- Topics: library, unikraft, unikraft-library, wamr, web-assembly
- Language: C
- Homepage:
- Size: 14.6 KB
- Stars: 7
- Watchers: 10
- Forks: 9
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: COPYING.md
Awesome Lists containing this project
README
wamr for Unikraft
=============================This is the port of wamr for Unikraft as external library. If given
the --repl parameter this port will run REPL mode. Alternatively you
can run a program from a file if passed as a initrd parameter. For
example, if using KVM/QEMU:* REPL: add -append "--repl" to the command line
* initrd: add -initrd to the command lineIf you don't want or need your application to provide a main, you can
check the "Provide main function" option in the wamr menu and this
library will provide one for you.Please refer to the `README.md` as well as the documentation in the `doc/`
subdirectory of the main unikraft repository.