Skip to content

Commit

Permalink
chore: adapt URLs after transfer
Browse files Browse the repository at this point in the history
Signed-off-by: Roman Volosatovs <[email protected]>
  • Loading branch information
rvolosatovs committed Sep 23, 2024
1 parent e4b3a34 commit 4076f82
Show file tree
Hide file tree
Showing 104 changed files with 303 additions and 304 deletions.
4 changes: 2 additions & 2 deletions .github/actions/install-nix/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: install Nix

inputs:
cachixAuthToken:
description: auth token for https://app.cachix.org/organization/wasmcloud/cache/west
description: auth token for https://app.cachix.org/organization/wasmcloud/cache/wasmcloud

runs:
using: composite
Expand All @@ -17,5 +17,5 @@ runs:
- uses: cachix/cachix-action@v15
continue-on-error: true
with:
name: west
name: wasmcloud
authToken: '${{ inputs.cachixAuthToken }}'
2 changes: 1 addition & 1 deletion .github/workflows/west.yml
Original file line number Diff line number Diff line change
Expand Up @@ -272,7 +272,7 @@ jobs:

- name: publish ${{ matrix.crate }} to crates.io
if: startsWith(github.ref, format('refs/tags/crates/{0}/v', matrix.crate)) && !steps.ctx.outputs.prerelease
continue-on-error: ${{ github.repository_owner != 'rvolosatovs' }}
continue-on-error: ${{ github.repository_owner != 'wasmCloud' }}
run: |
pkgver=$(cargo pkgid | cut -d '@' -f 2)
tagver="${{ steps.ctx.outputs.version }}"
Expand Down
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.

7 changes: 4 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@
[package]
name = "west"
version = "0.1.4"
version = "0.1.5"
description = "WebAssembly component test runtime"

authors.workspace = true
categories.workspace = true
edition.workspace = true
homepage.workspace = true
license.workspace = true
repository.workspace = true

Expand All @@ -31,9 +32,9 @@ members = ["crates/*", "tests/components/*"]
authors = ["Roman Volosatovs <[email protected]>"]
categories = ["wasm"]
edition = "2021"
homepage = "https://github.com/rvolosatovs/west"
homepage = "https://github.com/wasmCloud/west"
license = "Apache-2.0 WITH LLVM-exception"
repository = "https://github.com/rvolosatovs/west"
repository = "https://github.com/wasmCloud/west"

[profile.release.package.west-passthrough]
opt-level = 's'
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@

# Design

`west` uses [`cabish`](https://github.com/rvolosatovs/cabish) to read and write values over FFI to pass to embedded Wasmtime instance.
`west` uses [`cabish`](https://github.com/wasmCloud/cabish) to read and write values over FFI to pass to embedded Wasmtime instance.
268 changes: 134 additions & 134 deletions bindings/bindings.go

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion bindings/wasi/cli/stderr/stderr.wit.go

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

2 changes: 1 addition & 1 deletion bindings/wasi/cli/stdin/stdin.wit.go

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

2 changes: 1 addition & 1 deletion bindings/wasi/cli/stdout/stdout.wit.go

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

2 changes: 1 addition & 1 deletion bindings/wasi/cli/terminal-stderr/terminal-stderr.wit.go

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

2 changes: 1 addition & 1 deletion bindings/wasi/cli/terminal-stdin/terminal-stdin.wit.go

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

2 changes: 1 addition & 1 deletion bindings/wasi/cli/terminal-stdout/terminal-stdout.wit.go

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

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

2 changes: 1 addition & 1 deletion bindings/wasi/clocks/timezone/abi.go

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

2 changes: 1 addition & 1 deletion bindings/wasi/clocks/timezone/timezone.wit.go

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

2 changes: 1 addition & 1 deletion bindings/wasi/filesystem/preopens/preopens.wit.go

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

2 changes: 1 addition & 1 deletion bindings/wasi/filesystem/types/abi.go

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

6 changes: 3 additions & 3 deletions bindings/wasi/filesystem/types/types.wit.go

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

2 changes: 1 addition & 1 deletion bindings/wasi/http/outgoing-handler/abi.go

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

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

2 changes: 1 addition & 1 deletion bindings/wasi/http/types/abi.go

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

8 changes: 4 additions & 4 deletions bindings/wasi/http/types/types.wit.go

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

4 changes: 2 additions & 2 deletions bindings/wasi/io/streams/streams.wit.go

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

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

2 changes: 1 addition & 1 deletion bindings/wasi/sockets/ip-name-lookup/abi.go

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

4 changes: 2 additions & 2 deletions bindings/wasi/sockets/ip-name-lookup/ip-name-lookup.wit.go

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

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

4 changes: 2 additions & 2 deletions bindings/wasi/sockets/tcp/abi.go

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

8 changes: 4 additions & 4 deletions bindings/wasi/sockets/tcp/tcp.wit.go

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

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

2 changes: 1 addition & 1 deletion bindings/wasi/sockets/udp/abi.go

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

4 changes: 2 additions & 2 deletions bindings/wasi/sockets/udp/udp.wit.go

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

2 changes: 1 addition & 1 deletion bindings/wasiext/http/ext/ext.wit.go

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

4 changes: 2 additions & 2 deletions bindings/west.go
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
//go:generate go run github.com/rvolosatovs/west/cmd/west-bindgen-go -package bindings -output bindings.go
//go:generate go run github.com/wasmCloud/west/cmd/west-bindgen-go -package bindings -output bindings.go

package bindings

import (
_ "github.com/rvolosatovs/west/bindings/wasiext/http/ext"
_ "github.com/wasmCloud/west/bindings/wasiext/http/ext"
)
2 changes: 1 addition & 1 deletion cmd/west-bindgen-go/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -469,7 +469,7 @@ func generate(path string) error {
},
{
Name: &ast.Ident{Name: "west"},
Path: &ast.BasicLit{Kind: token.STRING, Value: `"github.com/rvolosatovs/west"`},
Path: &ast.BasicLit{Kind: token.STRING, Value: `"github.com/wasmCloud/west"`},
},
}
for path, name := range goImports {
Expand Down
1 change: 1 addition & 0 deletions crates/passthrough/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ description = "WebAssembly component, which reexports WASI from the host"
authors.workspace = true
categories.workspace = true
edition.workspace = true
homepage.workspace = true
license.workspace = true
repository.workspace = true

Expand Down
1 change: 1 addition & 0 deletions crates/sys/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ description = "WebAssembly component test runtime C bindings"
authors.workspace = true
categories.workspace = true
edition.workspace = true
homepage.workspace = true
license.workspace = true
repository.workspace = true

Expand Down
2 changes: 1 addition & 1 deletion examples/go/http/bindings/wasi/cli/stderr/stderr.wit.go

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

2 changes: 1 addition & 1 deletion examples/go/http/bindings/wasi/cli/stdin/stdin.wit.go

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

2 changes: 1 addition & 1 deletion examples/go/http/bindings/wasi/cli/stdout/stdout.wit.go

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

Loading

0 comments on commit 4076f82

Please sign in to comment.