27 lines
828 B
Markdown
27 lines
828 B
Markdown
|
# Wasm3 installation
|
||
|
|
||
|
## Windows
|
||
|
Download `wasm3-win-x64.exe` or `wasm3-win-x86.exe` from the [latest release page](https://github.com/wasm3/wasm3/releases/latest).
|
||
|
|
||
|
## macOS
|
||
|
Use [Homebrew](https://brew.sh) to build and install automatically:
|
||
|
```sh
|
||
|
brew install wasm3
|
||
|
```
|
||
|
|
||
|
## Cosmopolitan / Actually Portable Executable
|
||
|
[APE](https://justine.lol/cosmopolitan/index.html) is a polyglot format that runs natively on Linux + Mac + Windows + FreeBSD + OpenBSD + NetBSD + BIOS.
|
||
|
Download `wasm3-cosmopolitan.com` from the [latest release page](https://github.com/wasm3/wasm3/releases/latest)
|
||
|
|
||
|
## OpenWRT
|
||
|
Follow instructions [here](https://github.com/wasm3/wasm3-openwrt-packages).
|
||
|
|
||
|
## Arduino / PlatformIO / Particle.io library
|
||
|
Find `Wasm3` in the `Library Manager` and install it.
|
||
|
|
||
|
## Python module
|
||
|
```sh
|
||
|
pip3 install pywasm3
|
||
|
```
|
||
|
|