Revert "Simplify makefile (#1068)"#1112
Conversation
This reverts commit cc31bf6.
|
Actually, do you have a concrete run that showcases the issue? I've been changing the plugin and consuming it from the CLI and everything seems to be working fine. |
The Build plugin step in https://github.com/bytecodealliance/javy/actions/runs/20728726021/job/59510898540 should've triggered a rebuild since I changed the import namespace in the source file for the plugin but it didn't which then causes a test in the next step to fail since the plugin still has the old namespace. I ran into a similar problem locally. If CI doesn't restore the Wasm file from the cache, then everything works properly since it'll force a rebuild for the WASI targets. But if it does restore the file, then Make skips the rebuild. |
Description of the change
Tries to revert #1068.
Why am I making this change?
I noticed we don't seem to be triggering rebuilds of Wasm plugins when we should be both locally and in CI. So let's go back to an approach we have more confidence in.
Checklist
javy-plugin-apiif the QuickJS bytecode has changed.javy-cli,javy-plugin, andjavy-plugin-processingdo not require updating CHANGELOG files.