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

[Do not merge] run ci #1

Open
wants to merge 11 commits into
base: main
Choose a base branch
from
Open

[Do not merge] run ci #1

wants to merge 11 commits into from

Conversation

frank-emrich
Copy link
Owner

Just a way to easily run the CI

This patch adds a baseline implementation for our WasmFX instruction
set implementation. It is a baseline in the sense that it is not
particularly optimised. The implementation is mostly disjoint from the
main (or optimised) implementation, though, there is one particular
code that is shared at the moment and that is
`ContinuationReference`. The current implementation exploits that the
pointer size of `*mut ContinuationObject` and `*mut VMContRef` is the
same. It is a slight hack that probably have to change in the
future. Another important thing to remark is that the implementation
is built on top of vanilla Wasmtime Fiber, meaning that we should in
principle supports the same architectures as Wasmtime Fiber.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
2 participants