Skip to content

Commit

Permalink
Update emscripten
Browse files Browse the repository at this point in the history
  • Loading branch information
haraldF committed Apr 4, 2024
1 parent f4d7105 commit f0552d5
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 6 deletions.
10 changes: 6 additions & 4 deletions .github/workflows/ci-workflow.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,17 +10,19 @@ jobs:
build-emscripten:
runs-on: ubuntu-latest
steps:
- uses: lovasoa/setup-emscripten@master
- uses: mymindstorm/setup-emsdk@v14
with:
emscripten-version: '1.39.14'
- uses: actions/checkout@v2
emscripten-version: '3.1.56'
- uses: actions/checkout@v4
- name: verify
run: emcc -v
- name: configure
run: emcmake cmake -S . -B build -DCMAKE_BUILD_TYPE=Release
- name: build
run: cmake --build build
- name: pack
run: npm pack
- name: upload artifact
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
path: ldbdump-*.tgz
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Copyright 2020 Harald Fernengel <[email protected]>
Copyright 2020-2024 Harald Fernengel <[email protected]>

Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ldbdump",
"version": "1.0.0",
"version": "1.0.1",
"description": "Utility to dump keys/values from LevelDB databases",
"bin": "./ldbdump",
"keywords": [ "leveldb", "database", "dumper", "introspect" ],
Expand Down

0 comments on commit f0552d5

Please sign in to comment.