alexcrichton opened issue #9256:
Wasmtime's pooling instance allocator has a number of configuration options not all of which are reflected onto the CLI at this time around here. Ideally all of the pooling alloctator configuration options should be reflected on the CLI with a various
-O pooling-...
flag.
alexcrichton added the good first issue label to Issue #9256.
alexcrichton commented on issue #9256:
I'm tagging this as a "good first issue" and the basic task would be:
- Write down a list of all configuration options on
PoolingAllocationConfig
- Write down a list of configuration options that the
wasmtime
CLI supports configuring- Figure out what's in list (1) and not in list (2)
- Add new options for these missing configuration flags along the lines of the items already in list (2)
We don't have exhaustive tests for Wasmtime's CLI options at this time so it's ok to skip the tests for this at this time and just rely on code review to catch issues.
vHugoObject commented on issue #9256:
Can I take this?
alexcrichton commented on issue #9256:
Feel free!
omarjatoi commented on issue #9256:
:face_palm: sorry @vHugoObject! I totally missed your comment before opening the PR.
vHugoObject commented on issue #9256:
No problem at all, I have been too busy for this anyways.
On Thu, Oct 10, 2024 at 14:35 Omar Jatoi @.***> wrote:
:face_palm: sorry @vHugoObject <https://github.com/vHugoObject>! I totally missed
your comment before opening the PR.—
Reply to this email directly, view it on GitHub
<https://github.com/bytecodealliance/wasmtime/issues/9256#issuecomment-2405890203>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ACEGOVS6TLKJ2OYTE6RRKMDZ23JHNAVCNFSM6AAAAABOJWBTWWVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDIMBVHA4TAMRQGM>
.
You are receiving this because you were mentioned.Message ID:
@.***>
alexcrichton commented on issue #9256:
Landed in https://github.com/bytecodealliance/wasmtime/pull/9447, so I'm going to close this. Thkas @omarjatoi!
alexcrichton closed issue #9256:
Wasmtime's pooling instance allocator has a number of configuration options not all of which are reflected onto the CLI at this time around here. Ideally all of the pooling alloctator configuration options should be reflected on the CLI with a various
-O pooling-...
flag.
Last updated: Nov 22 2024 at 16:03 UTC