fitzgen added the good first issue label to Issue #9311.
fitzgen added the wasmtime label to Issue #9311.
fitzgen opened issue #9311:
The
instance
field already provides access to that module viainstance.env_module()
. We should remove themodule
field, remove themodule
parameter fromContEvalContext::new
, and replace old uses ofself.module
withself.instance.env_module()
.
Tirthnp commented on issue #9311:
Hey I would like to take an attempt at this. I am trying to learn about compiler and Rust. I have created this Draft PR: https://github.com/bytecodealliance/wasmtime/pull/9314, I am really sorry if I should ask for the issue to be assigned to me.
fitzgen commented on issue #9311:
Cool! Excited to take a look. Just a heads up that I am pretty busy with the Bytecode Alliance's plumbers summit through the rest of the week, so I probably won't take a look until next week. Someone else might beat me to it though.
evanmcc commented on issue #9311:
looks like this should be closed.
alexcrichton closed issue #9311:
The
instance
field already provides access to that module viainstance.env_module()
. We should remove themodule
field, remove themodule
parameter fromContEvalContext::new
, and replace old uses ofself.module
withself.instance.env_module()
.
alexcrichton commented on issue #9311:
Thanks!
Last updated: Nov 22 2024 at 16:03 UTC