Skip to content
This repository has been archived by the owner on Nov 24, 2022. It is now read-only.

Fallback to the node runner in ahc-link --run #122

Merged
merged 2 commits into from
May 16, 2019
Merged

Fallback to the node runner in ahc-link --run #122

merged 2 commits into from
May 16, 2019

Conversation

TerrorJack
Copy link
Member

Previously, we introduced an inline-js runner for wasm/js generated by ahc-link, and enabled it as the default when running ahc-link --run for inputs without custom entry module. However, in practice it seems the inline-js runner produces poorer error messages than the previous node runner.

Now, we still use the old node runner for all ahc-link --run calls, and the inline-js runner is still preserved in the nomain unit test & the experimental TH splice runner on the wip-jsrun branch.

@bollu bollu merged commit ed00d94 into master May 16, 2019
@TerrorJack TerrorJack deleted the wip-err-stack branch May 22, 2019 03:47
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants