-
Couldn't load subscription status.
- Fork 29
Vendor wasm runtime #78
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
078b24d to
6527bad
Compare
Signed-off-by: Jorge Prendes <[email protected]>
Signed-off-by: Jorge Prendes <[email protected]>
Signed-off-by: Jorge Prendes <[email protected]>
Signed-off-by: Jorge Prendes <[email protected]>
Signed-off-by: Jorge Prendes <[email protected]>
b10666f to
8458ad8
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks very reasonable to me
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
couple small quesitons otherwise lgtm
8458ad8 to
f2d014f
Compare
Signed-off-by: Jorge Prendes <[email protected]>
This PR prepares
hyperlight-wasmto be publishable by vendoring the dependency onwasm_runtime.make-vendor-tarrecipe inJustfileto create avendor.tarfor bundling dependencies (wasm_runtimeandhyperlight_wasm_macro)build.rsto unpack thevendor.tarfile during the build process. This allows us to distribute the dependent crate as part ofhyperlight-wasmwasmtime-platform.hCargo.tomlto include metadata required by crates.io (description,license,repository)vendor.tarfile to theincludelist for publication.TODO (in another PR): Update CI workflows with the steps to publish the
hyperlight-wasmcrate.cargo package -p hyperlight-wasm --list)cargo publish