Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
micahkendall committed Jan 22, 2025
1 parent 852fbef commit 4815663
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "uplc-wasm"
version = "0.2.0"
name = "uplc-node"
version = "0.0.3"
edition = "2021"
description = "A WebAssembly (wasm) wrapper for the uplc crate"
repository = "https://github.com/butane-cardano/uplc-wasm"
Expand Down
2 changes: 1 addition & 1 deletion build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@ rm -rf pkg pkg-node pkg-web
wasm-pack build --target nodejs
mv pkg pkg-node
wasm-pack build --target web
jq '.name = "uplc-wasm-web"' pkg/package.json > pkgtemp.json && mv pkgtemp.json pkg/package.json
jq '.name = "uplc-web"' pkg/package.json > pkgtemp.json && mv pkgtemp.json pkg/package.json
mv pkg pkg-web

0 comments on commit 4815663

Please sign in to comment.