Skip to content

Commit

Permalink
rename top level crate to webz-core
Browse files Browse the repository at this point in the history
  • Loading branch information
willemolding committed Aug 9, 2024
1 parent 1658df2 commit 6cf6f5d
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

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

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[package]
name = "webzjs"
name = "webz-core"
version = "0.1.0"
authors = ["ChainSafe Systems"]
license = "MIT OR Apache-2.0"
Expand Down
4 changes: 2 additions & 2 deletions docs/docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,8 @@ const config = {
projectRoot: join(__dirname, '..'),
// Monorepo
packages: [ {
path: 'packages/webz',
entry: 'webzjs.d.ts',
path: 'packages/webz-core',
entry: 'webz_core.d.ts',
},],
minimal: false,
debug: true,
Expand Down
2 changes: 1 addition & 1 deletion justfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ default:
just --list

build:
wasm-pack build -t web --release --out-dir ./packages/webz
wasm-pack build -t web --release --out-dir ./packages/webz-core

test-web:
WASM_BINDGEN_TEST_TIMEOUT=99999 wasm-pack test --release --headless --chrome

0 comments on commit 6cf6f5d

Please sign in to comment.