Skip to content
Merged
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
1 change: 1 addition & 0 deletions packages.txt
Original file line number Diff line number Diff line change
Expand Up @@ -847,4 +847,5 @@ runit
libtheora
ipset
nuclei
wasmer
libzip
43 changes: 43 additions & 0 deletions wasmer.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,43 @@
package:
name: wasmer
version: 4.0.0
epoch: 0
description: The leading WebAssembly Runtime supporting WASI and Emscripten.
copyright:
- license: MIT

environment:
contents:
packages:
- busybox
- ca-certificates-bundle
- build-base
- bash
- rust

pipeline:
- uses: git-checkout
with:
repository: https://github.com/wasmerio/wasmer
tag: v${{package.version}}
expected-commit: 77898a7767eb7057834fdc1a80b239e6b68cf44e

- runs: |
make build-wasmer build-capi
mkdir -p ${{targets.destdir}}/usr/bin
mv target/release/wasmer ${{targets.destdir}}/usr/bin/

- uses: strip

subpackages:
- name: wasmer-capi
pipeline:
- runs: |
mkdir -p ${{targets.subpkgdir}}/usr/lib
mv target/release/libwasmer.so ${{targets.subpkgdir}}/usr/lib/

update:
enabled: true
github:
identifier: wasmerio/wasmer
strip-prefix: v