The leading WebAssembly Runtime supporting WASI and Emscripten
Wasmer is a fast and secure WebAssembly runtime that enables super lightweight containers to run anywhere: from Desktop to the Cloud, Edge and IoT devices.
Wasmer is a fast and secure WebAssembly runtime that enables super lightweight containers to run anywhere: from Desktop to the Cloud, Edge and IoT devices.
To install wasmer, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install wasmer
To see what files were installed by wasmer, run:
port contents wasmer
To later upgrade wasmer, run:
sudo port selfupdate && sudo port upgrade wasmer
Reporting an issue on MacPorts Trac
The MacPorts Project uses a system called Trac to file tickets to report bugs and enhancement requests.
Though anyone may search Trac for tickets, you must have a GitHub account in order to login to Trac to create tickets.