Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .cargo/config → .cargo/config.toml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# These command aliases are not final, may change
[alias]
# Alias to build actual plugin binary for the specified target.
prepublish = "build --target wasm32-wasi"
prepublish = "build --target wasm32-wasip1"
22 changes: 11 additions & 11 deletions .github/workflows/cargo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,18 +4,18 @@ on:
push:
branches: [canary]
paths:
- 'src/**'
- 'tests/**'
- '.cargo/**'
- 'Cargo.*'
- '.github/workflows/**'
- "src/**"
- "tests/**"
- ".cargo/**"
- "Cargo.*"
- ".github/workflows/**"
pull_request:
paths:
- 'src/**'
- 'tests/**'
- '.cargo/**'
- 'Cargo.*'
- '.github/workflows/**'
- "src/**"
- "tests/**"
- ".cargo/**"
- "Cargo.*"
- ".github/workflows/**"

env:
RUST_LOG: debug
Expand Down Expand Up @@ -59,7 +59,7 @@ jobs:
run: |
echo 'C:\\npm\\prefix' >> $GITHUB_PATH
- name: Cache
uses: actions/cache@v2
uses: actions/cache@v4
with:
path: |
~/.cargo/
Expand Down
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,5 @@ target
/dist
/tools.*
*.wasm
.DS_Store
.DS_Store
.vscode
4 changes: 0 additions & 4 deletions .husky/pre-commit

This file was deleted.

Loading