Skip to content

Commit

Permalink
ref(wasm-pkg): Updates well known file to point to official wasi repo
Browse files Browse the repository at this point in the history
Since WebAssembly/WASI#606 has been accepted,
we should probably make sure the current defaults for bytecodealliance.org
actually point at the official wasi packages available [here](https://github.com/orgs/WebAssembly/packages)

Signed-off-by: Taylor Thomas <[email protected]>
  • Loading branch information
thomastaylor312 committed Jun 17, 2024
1 parent 0d3a4f9 commit 49e1176
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion wasm-pkg-registry.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@ permalink: .well-known/wasm-pkg/registry.json
---
{
"ociRegistry": "ghcr.io",
"ociNamespacePrefix": "bytecodealliance/wasm-pkg/"
"ociNamespacePrefix": "webassembly/"
}

0 comments on commit 49e1176

Please sign in to comment.