To tag and push WASM files to Artifactory with WASM to OCI:
Run the following command:
wasm-to-oci push <WASM_FILE> [JFrogPlatformURL]/<REPO_NAME>/<PACKAGE>:<TAG>Where:
<WASM_FILE>: The path to the WASM file on your local environment[JFrogPlatformURL]: The URL of your JPD, without the protocol schema<REPO_NAME>: The target repository<PACKAGE>: The name of the WASM file in Artifactory<TAG>: The tags you want to apply to the package
For example:
wasm-to-oci push ~/projects/my-app/target/wasm32-wasi/release/froglogic.wasm company.jfrog.io/oci-local/froggy-app:v1.0.0Note
You can also use JFrog Set me up to copy the snippet populated with your token and environment. For more information, see Use Artifactory Set Me Up for Configuring Package Manager Clients.