Skip to content

Commit 30fb1c7

Browse files
committed
feat: WASM
1 parent 27de46c commit 30fb1c7

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

41 files changed

+12225
-222
lines changed

.actrc

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
# act configuration for libpng.wasm local testing
2+
# See: https://github.com/nektos/act
3+
4+
# Use specific container architecture
5+
--container-architecture linux/amd64
6+
7+
# Artifact server configuration
8+
--artifact-server-path ./act-artifacts
9+
10+
# Use Node.js image for better compatibility with Emscripten
11+
-P ubuntu-latest=node:18-bullseye
12+
13+
# Environment variables for local testing
14+
--env-file .env
15+
16+
# Increase verbosity for debugging
17+
--verbose
18+
19+
# Bind workspace for better performance
20+
--bind
21+
22+
# Use specific platform for consistency
23+
--platform ubuntu-latest=catthehacker/ubuntu:act-latest

.appveyor.yml

Lines changed: 0 additions & 81 deletions
This file was deleted.

.github/FUNDING.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
# GitHub Sponsors configuration for WASM library infrastructure
2+
# Supporting the development and maintenance of browser-native computing infrastructure
3+
4+
github: [superstructor]

.github/workflows/lint.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
1-
name: Linting libpng
1+
name: Linting libpng.wasm
22

33
on:
44
push:
55
branches:
6-
- libpng16
7-
- libpng18
6+
- wasm
7+
- main
88
pull_request:
99
branches:
10-
- libpng16
11-
- libpng18
10+
- wasm
11+
- main
1212

1313
jobs:
1414
lint:

.github/workflows/verify-linux.yml

Lines changed: 0 additions & 32 deletions
This file was deleted.

.github/workflows/verify-macos.yml

Lines changed: 0 additions & 25 deletions
This file was deleted.

.github/workflows/verify-windows.yml

Lines changed: 0 additions & 37 deletions
This file was deleted.

0 commit comments

Comments
 (0)