base-d 3.0.34

Universal base encoder: Encode binary data to 33+ dictionaries including RFC standards, hieroglyphs, emoji, and more
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# the matrix has you.
name: wasm

on:
  push:
    branches: [main]
  pull_request:
    branches: [main]
    types: [opened, synchronize, reopened, ready_for_review]

jobs:
  wasm:
    name: Build WASM
    uses: coryzibell/nebuchadnezzar/.github/workflows/there-is-no-spoon.yml@v1
    with:
      features: wasm
      no-default-features: true
      ref: ${{ github.event_name == 'pull_request' && github.event.pull_request.head.sha || github.sha }}