Felix Schütt
Felix Schütt
Tracked on branch `debug-trampoline-externref`: On the branch `feat_capi_extref`, the problem is that the `make test-capi` fails because the host function cannot be injected properly as a host function. The reason...
https://github.com/wasmerio/wasmer/blob/aedbdccad8b6a0b9f1093dd2a2baff5c746b7350/lib/wasi/src/state/pipe.rs#L110
This will output a message if the command isn't found locally and show the nearest matching command. ``` $ wapm run wasmer/wit-pack-cli Error: Could not find command "wasmer/wit-pack-cli": Note: A...
Maybe this is more something for the backend, but it happens a lot that the registry contains broken packages (because wapm-cli evolves a lot). We could make a "scan" command,...
https://github.com/Hywan/inline-c-rs/blob/92274c8b5c222e15964b4d4b91b393d6d1911191/src/run.rs#L178-L180 ... errors out on Windows 11, Visual Studio 2022 with `invalid numeric argument: -Wl,-rpath,C://Users/.../release` (D8021).
Right now the dependency management in the wasmer.toml is in an infancy state, we need to figure out how / when to vendor packages to make them self-contained on-demand. We...
Currently when mapping directories in WASI with `.map_dir()`, the order of mapping is important, as `/lib/api/blah` could overwrite another mapping. Currently the order of mappings is important, but we should...
It's very annoying not being able to use a type in a unit test because the maintainer forgot to derive PartialEq, Clone and Debug - please derive all possible traits...