wasm-bindgen-utils 0.1.2

Provides utilities and helpers that make working with wasm-bindgen easy
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
name: Package Release
on:
  push:
    branches:
      - main
jobs:
  release:
    # dependency order: the macro crate first, then the lib that pins it.
    uses: rainlanguage/rainix/.github/workflows/rainix-autopublish.yaml@main
    with:
      crates: wasm-bindgen-utils-macros wasm-bindgen-utils
    secrets: inherit