YAMAMOTO Takashi

Results 114 issues of YAMAMOTO Takashi

* global.wast uses global_i64 * imports.wast has it commented out * "spectest" in sync_index.js/async_index.js doesn't have it

* it imports from "wasi-nn" module with no version. (unlike "wasi_ephemeral_nn") is it expected? i couldn't find a way to override it. * i suspect that the alignment of tensor-data,...

i wrote a test case to experiment memory import. (see below) my intention is to share a single "mem" instance. i believe it's the spec-wise correct behavior. it works as...

this fixes O commands with autoindent and J command at least.

i want to adapt https://github.com/bytecodealliance/wasmtime/tree/main/crates/wasi-nn to the wit version of the spec. if i add the following to the dependencies in Cargo.toml, ``` wit-bindgen-wasmtime = { git = "https://github.com/bytecodealliance/wit-bindgen", rev...

consider the underlying socket is non-blocking. 1. the socket version of mqtt_pal_sendall seems to return MQTT_ERROR_SOCKET_ERROR on any errors, including EAGAIN. other implementations look similar. except the mbedtls version, which...

enhancement
help wanted

while i implemented a reconnect callback for my app, i found a few glitches. maybe some of them just mean my usage was wrong. maybe there are a room for...

## Summary ## Impact ## Testing tested with https://github.com/apache/incubator-nuttx-apps/pull/1125 also this fixed a crash seen with examples/sotest on sim/macOS