Skip to content
This repository has been archived by the owner on Oct 13, 2023. It is now read-only.

Commit

Permalink
Support for crates with multiple binary targets installed
Browse files Browse the repository at this point in the history
  • Loading branch information
svartalf committed Apr 18, 2020
1 parent 613cc23 commit 9da1d2a
Show file tree
Hide file tree
Showing 6 changed files with 665 additions and 712 deletions.
20 changes: 20 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,3 +58,23 @@ jobs:
crate: bat
use-tool-cache: true
- run: bat package.json

multiple_binary_targets:
needs: test
runs-on: ${{ matrix.os }}
strategy:
matrix:
os:
- ubuntu-latest
- macOS-latest
- windows-latest
steps:
- uses: actions/checkout@v2
- name: Install wasm-bindgen-cli
uses: ./
with:
crate: wasm-bindgen-cli
version: 0.2.60
use-tool-cache: true
- run: test -f ~/.cargo/bin/wasm-bindgen
shell: bash
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,16 @@
# Changelog

All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [0.1.2] - 2020-04-18

### Added

- Support for crates with multiple binaries targets

## [0.1.1] - 2020-04-07

### Fixed
Expand Down
2 changes: 1 addition & 1 deletion dist/index.js

Large diffs are not rendered by default.

Loading

0 comments on commit 9da1d2a

Please sign in to comment.