Skip to content

Commit 1eb88cf

Browse files
authored
Merge pull request #2 from bytecodealliance/cfallin/minor-fixes
Post-merge cleanups: repository link in Cargo.toml, and typo fix.
2 parents cc4e707 + a01d822 commit 1eb88cf

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "weval"
33
description = "The WebAssembly partial evaluator"
4-
repository = "https://github.com/cfallin/weval"
4+
repository = "https://github.com/bytecodealliance/weval"
55
version = "0.2.14"
66
authors = ["Chris Fallin <[email protected]>"]
77
license = "Apache-2.0 WITH LLVM-exception"

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<div align="center">
2-
<h1>wevale</h1>
2+
<h1>weval</h1>
33

44
<p>
55
<strong>weval Wasm partial evaluator</strong>

0 commit comments

Comments
 (0)