Skip to content

Commit

Permalink
fix: Replace with the corrent URL (#175)
Browse files Browse the repository at this point in the history
  • Loading branch information
langyo authored Oct 9, 2023
1 parent d5b3d23 commit cbc396d
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions crates/js-component-bindgen/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,12 +1,15 @@
[package]
name = "js-component-bindgen"
authors = ["Alex Crichton <[email protected]>", "Guy Bedford <[email protected]>"]
authors = [
"Alex Crichton <[email protected]>",
"Guy Bedford <[email protected]>",
]
description = "JS component bindgen for transpiling WebAssembly components into JavaScript"
version.workspace = true
license = "Apache-2.0 WITH LLVM-exception"
categories = ["wasm"]
keywords = ["webassembly", "wasm"]
homepage = "https://github.com/bytecodealliance/jco/crates/js-component-bindgen"
homepage = "https://github.com/bytecodealliance/jco/tree/main/crates/js-component-bindgen"

edition.workspace = true

Expand Down

0 comments on commit cbc396d

Please sign in to comment.