primoly
primoly
The name generation for Go is quite a bit more involved due to the conversions and collision checks being done in different functions and files and handled differently on a...
Probably irrelevant, but could code alignment play a role? I noticed that both modules compile to basically the same instructions, just assigned different registers. Yet for `func1`, good gets more...
I’ve started some work here: #979
The `preopened_dir` method of `WasiCtxBuilder` was changed in version 20 to return a `Result` and error when a host path can not be opened. Version 19.0.2: https://docs.rs/wasmtime-wasi/19.0.2/wasmtime_wasi/struct.WasiCtxBuilder.html#method.preopened_dir Version 20.0.0: https://docs.rs/wasmtime-wasi/20.0.0/wasmtime_wasi/struct.WasiCtxBuilder.html#method.preopened_dir...
Sorry I just noticed that my previous response is not the real reason for the changed behaviour. That PR only changed the method from taking an open directory to taking...