Skip to content

Rename wasm_runtime -> hyperlight-wasm-runtime#411

Open
jprendes wants to merge 1 commit intohyperlight-dev:mainfrom
jprendes:runtime-as-lib
Open

Rename wasm_runtime -> hyperlight-wasm-runtime#411
jprendes wants to merge 1 commit intohyperlight-dev:mainfrom
jprendes:runtime-as-lib

Conversation

@jprendes
Copy link
Contributor

@jprendes jprendes commented Mar 9, 2026

This PR renames the wasm_runtime crate to hyperlight-wasm-runtime.
This is necessary as the crate would now need to be published to crates.io.
This PR also removes the vendoring of wasm_runtime from CI.

Remaining work (for another PR)

  • update CI to publish the hyperlight-wasm-runtime and hyperlight-wasm-macro crates, that were previously vendored.

Signed-off-by: Jorge Prendes <jorge.prendes@gmail.com>
Copy link
Contributor

@dblnz dblnz left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM!
Just one comment.

env::set_var("AR_x86_64_unknown_none", "llvm-ar");
}
cfg.compile("wasm_runtime");
cfg.compile("wasmtime-hyperlight-platform");
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

So, when we're using this as a binary, it calls the output wasmtime-hyperlight-platform?

@dblnz dblnz added kind/enhancement New feature or request kind/dependencies labels Mar 9, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants