base64 package icon
etoal/base64

wasi

Public
wasmer run etoal/base64

Base64 encoder/decoder in WASM

This repository provides a WASM-compiled Base64 encoder/decoder available in command line interfaces. The source is written in WebAssembly text format (wat) for my learning purpose.

How to use

For example, to invoke Base64 encoder from command line via Wasmer runtime:

wasmer b64encode.wasm "Hello world!"
# SGVsbG8gd29ybGQh

A command line tool of encoding/decoding given argument to/from Base64 string


Github
More packages
Base64 in WebAssembly
Ken Matsui
Ken Matsui
Ken Matsui
Ken Matsui
Common string utils
Frank Moreno
Frank Moreno
Frank Moreno
Frank Moreno
A base64 implementation written in ZZ compiled to WASM
joseph.werle@gmail.com
joseph.werle@gmail.com
joseph.werle@gmail.com
joseph.werle@gmail.com
Library for computing Levenshtein and Demerau-Levenshtein distances of strings and list of strings
Ezeoke Godswill
Ezeoke Godswill
Ezeoke Godswill
Ezeoke Godswill