wavu

Crates.iowavu
lib.rswavu
version0.1.0
sourcesrc
created_at2023-10-29 20:40:02.829971
updated_at2023-10-29 20:40:02.829971
descriptionWebAssembly Version Updater
homepagehttps://tachyonicbytes.com/projects/wavu
repositoryhttps://github.com/tachyonicbytes/wavu
max_upload_size
id1017731
size67,014
TachyonicBytes (tachyonicbytes)

documentation

https://github.com/tachyonicbytes/wavu/tree/main/docs/

README

#+title: WebAssembly Version Updater

A very early version of what I wish to become the equivalent of jsvu for WebAssembly runtimes.

This is very early work, and it contains all the signs of early work, including commented code, missing features, hardcoded paths.

For now, it's a nice tool do download the latest versions of four WebAssembly runtimes: =wasmer=, =wasmtime=, =wasm3=, =wazero=.

  • Usage

Run the binary with the names of the runtimes you want to install:

#+begin_src bash ./wavu wasm3 wasmer wasmtime wazero spidermonkey #+end_src

Commit count: 10

cargo fmt