Skip to content

Commit 48abe88

Browse files
committed
Rename package to wasm-trampoline
1 parent 098bbfd commit 48abe88

File tree

4 files changed

+19
-18
lines changed

4 files changed

+19
-18
lines changed

Cargo.lock

Lines changed: 14 additions & 14 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
[package]
2-
name = "wac-trampoline"
2+
name = "wasm-trampoline"
3+
authors = ["ANDYL Open Source <oss@andyl.com>"]
34
version = "0.1.0"
45
edition = "2024"
56

tests/runner/Cargo.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

tests/runner/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@ version = "0.1.0"
44
edition = "2024"
55

66
[dependencies]
7-
wac-trampoline = { path = "../.." }
7+
wasm-trampoline = { path = "../.." }

0 commit comments

Comments
 (0)