Skip to content

A custom crun build to enable WasmEdge on Smart Devices

License

Notifications You must be signed in to change notification settings

ubiquitous-factory/amrite

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

amrite

A custom crun build to enable WasmEdge on Smart Devices on arm64 and X86_64 systems.

See the docs for more information.

Support Matrix

We intend to support SUSE, ALMA, Fedora, Ubuntu with both WasmEdge and WASMTime. Below is the currently built binaries. The list will be updated as we prioritise support.

For additional OS or WASI runtime support please raise an issue in this repo or mail [email protected].

OS Version WASI Runtimes Folder
Ubuntu 24.04 WasmEdge /vendor/ubuntu_24_04
Fedora 41 WasmEdge fedora41

Usage

To include the binaries in your image mode container run.

FROM ghcr.io/mehal-tech/amrite:main as crunbuild 

FROM quay.io/fedora/fedora-bootc:41
COPY --from=crunbuild /vendor/fedora_41/libwasmedge.so.0 /usr/local/lib64/libwasmedge.so.0 
COPY --from=crunbuild /vendor/crun-wasmedge /usr/bin/crun

About

A custom crun build to enable WasmEdge on Smart Devices

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages