mtb

Results 7 comments of mtb

What memory limit you have in [.wslconfig](https://learn.microsoft.com/en-us/windows/wsl/wsl-config) ? I believe you need to make this value big enough so torch can load things before moving them to GPU, also try...

When testing https://github.com/extism/extism/issues/673, I faced a small issue : The `extism/wasm/http.wasm` expose 1 function `http_request`, the one in plugins repo expose 2 functions `http_get` and `http_post`. I was confused for...

Now I get a random `signal : killed`, monitoring the execution using 'top' the memory goes up to ~5gb. (my vm has 6gb max) ![image](https://github.com/extism/extism/assets/39337159/2b4f61ab-f117-4958-b6e0-e66d2c3cb408) Steps : 1) Clone `extism/extism`,`extism/cli`,`extism/rust-pdk`,`extism/plugins`...

I tested with the change in http plugin, memory usage did improve and peak usage did go down from +4Gb to 2.7Gb. (This is not a real use-case on my...

@kripken looks like a buffer overflow on https://github.com/WebAssembly/binaryen/blob/0f9f2dc21a913164c5a8681b93b7db4d383a8c47/src/gen-s-parser.inc#L6-L7 I pushed a PR #6678.

> cmake really just needs to call gpg with the private key and the artifact tar.gz as arguments and write that out to .asc file. The thing here is you...

> `tinygo` plans to disable it by `-DENABLE_WERROR=OFF`. meanwhile you can try to [skip ](https://github.com/tinygo-org/tinygo/blob/dd6fa89aa66a5113baa8883d4180ee090f35f784/GNUmakefile#L254) compiling binaryen and use pre-built binaries (you need to install them).