emk / heroku-buildpack-rust

A buildpack for Rust applications on Heroku, with full support for Rustup, cargo and build caching.
522 stars 186 forks source link

add pre and post compile hooks #32

Closed coilysiren closed 5 years ago

coilysiren commented 6 years ago

follows the heroku python buildpack pattern

example usage for a wasm_bindgen project https://github.com/lynncyrin/galaxy-gen/tree/main/bin

emk commented 6 years ago

Excellent! Thank you for this patch.

Have you run ./test_buildpack, and could you please post the output? I would like to verify that this works correctly before merging it.

coilysiren commented 6 years ago

I'll create a branch where its running against an example project with the compile hooks in use, and add that output as a comment here 👍

cyplo commented 6 years ago

Heya, this looks awesome ! Any news on the output ?:)

coilysiren commented 5 years ago

Oh no, I lost time to finish this PR!

Anyone else interested in this functionality should feel free to create to their own PR / branch off mine! Also totally feel free to request a review from me 👍