Skip to content

Commit

Permalink
updating readme with original web url
Browse files Browse the repository at this point in the history
  • Loading branch information
shibme committed May 18, 2024
1 parent bf84b3c commit 06719cd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 15 deletions.
13 changes: 0 additions & 13 deletions .github/workflows/pages.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,19 +36,6 @@ jobs:
mkdir -p pages/wasm
mv wasm_exec.js pages/wasm/
mv xipher.wasm pages/wasm/
- name: Checkout xenigma
uses: actions/checkout@v4
with:
repository: shibina3/xenigma
path: xenigma
- name: Setup Node.js
uses: actions/setup-node@v4
- name: Install node dependencies
run: npm -C xenigma ci
- name: Build Xenigma
run: npm -C xenigma run build
- name: Add pages from Xenigma
run: mv xenigma/build pages/web
- name: Setup Pages
uses: actions/configure-pages@v4
- name: Upload artifact
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ docker run --rm -v $PWD:/data -it shibme/xipher help

## Web Interface

- An interoperable web interface implemented using [web assembly](#web-assembly) is available at [https://dev.shib.me/xipher/web](https://dev.shib.me/xipher/web).
- An interoperable web interface implemented using [web assembly](#web-assembly) is available [here](https://shibina3.github.io/xenigma).
- The source code for the web implementation is available at [shibina3/xenigma](https://github.com/shibina3/xenigma).

## Using as a Go package
Expand Down Expand Up @@ -131,7 +131,7 @@ To use xipher as a web assembly (wasm) module in a browser app, follow the examp
</script>
</head>
<body>
Call Xipher methods that start with xipher. For example: xipherNewSecretKey()
Call wasm methods that begin with xipher. For example: xipherNewSecretKey()
</body>
</html>
```
Expand Down

0 comments on commit 06719cd

Please sign in to comment.