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

add with_wasmtime_engine() to Builder #437

Merged
merged 9 commits into from
May 10, 2022

Conversation

Mossaka
Copy link
Contributor

@Mossaka Mossaka commented May 4, 2022

  1. added a getter for wasmtime::Engine
  2. extract wasmtime config and engine to a struct
  3. moved data and store to build()

Related to issue #436

Signed-off-by: Jiaxiao Zhou jiazho@microsoft.com

Signed-off-by: Jiaxiao Zhou <jiazho@microsoft.com>
lann
lann previously requested changes May 4, 2022
Copy link
Collaborator

@lann lann left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pending discussion: #436 (comment)

Signed-off-by: Jiaxiao Zhou <jiazho@microsoft.com>
Signed-off-by: Jiaxiao Zhou <jiazho@microsoft.com>
@Mossaka
Copy link
Contributor Author

Mossaka commented May 5, 2022

Made an update to add the Engine struct and a getter function @lann

Signed-off-by: Jiaxiao Zhou <jiazho@microsoft.com>
Copy link
Collaborator

@lann lann left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Woops, I just realized I had pending comments I never submitted, sorry!

(Nothing blocking here)

crates/engine/src/lib.rs Show resolved Hide resolved
crates/engine/src/lib.rs Show resolved Hide resolved
crates/engine/src/lib.rs Outdated Show resolved Hide resolved
@Mossaka Mossaka requested a review from lann May 10, 2022 05:29
Signed-off-by: Lann Martin <lann.martin@fermyon.com>
crates/engine/src/lib.rs Show resolved Hide resolved
@Mossaka
Copy link
Contributor Author

Mossaka commented May 10, 2022

let's merge this in?

@lann lann merged commit 1288afc into fermyon:main May 10, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants