Skip to content
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

Refactor baseline and optimized runtimes #168

Merged
merged 4 commits into from
May 15, 2024
Merged

Conversation

dhil
Copy link
Member

@dhil dhil commented May 10, 2024

This patch modularises the optimized runtime in the same manner as the baseline runtime already was. It factors out the StackChain logic into a separate module stack_chain, which is needed to add support for backtraces to the baseline implementation (yet to be done!).

dhil added 4 commits May 15, 2024 12:39
This patch modularises the optimized runtime in the same manner as the
baseline runtime already was. It factors out the `StackChain` logic
into a separate module `stack_chain`, which is needed to add support for backtraces to the baseline implementation (yet to be done!).
@dhil dhil merged commit 1bdbe5c into wasmfx:main May 15, 2024
23 checks passed
@dhil dhil deleted the wasmfx-baseline branch May 15, 2024 11:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants