YAMAMOTO Takashi

Results 115 issues of YAMAMOTO Takashi

i think it makes sense for us to provide some binary assets for releases. i guess we can start from wamrc, which takes long to build because of llvm. how...

- [x] I have tried with the latest version of Docker Desktop - [x] I have tried disabling enabled experimental features - [x] I have uploaded Diagnostics - Diagnostics ID:...

area/dockerfile

i'm trying to understand https://github.com/WebAssembly/spec/blob/main/papers/oopsla2019.pdf and have some questions. are "local" memory/global/table expected to work as thread-local storage? that is, do they always involve TLS overhead even when threads are...

### Describe the bug looking at https://wasmer.io/yamt/toywasm as of writing this, the latest version of this package is 34.0.0. however, for some reasons, `wasmer run yamt/toywasm` picks and runs 29.0.0....

bug
📦 lib-wasi
priority-medium
needs-triage 🔍

is there a way to make wast2json ignore errors in binary modules? (`(module binary ...`) i want to convert wast files from exception-handling proposal. eg. https://github.com/WebAssembly/exception-handling/blob/123ac59cb650e9537ce129bb2977243bcbe9a773/test/core/try_table.wast i know that wabt...

see https://github.com/yamt/toywasm/blob/424755e4210568ed112b155000c05d772b02e989/test/run-ffmpeg.sh#L18-L22 the same wasm binary works fine on other engines listed in https://github.com/yamt/toywasm/blob/424755e4210568ed112b155000c05d772b02e989/test/run-ffmpeg.sh#L4-L8

iiuc, delegate is allowed to target any type of block. from the overview of the old EH proposal: > `delegate` can also target `catch`-less `try`s or non-`try` block constructs >...