YAMAMOTO Takashi

Results 115 issues of YAMAMOTO Takashi

"duplicate export name" check in load_export_section is too slow for modules with many exports.

enhancement
performance

wamrc uses a clever trick to store constants in native symbol table. however, it's inefficient as it stores values as strings. it might be better to use a real data...

issue: https://github.com/WebAssembly/wasi-testsuite/issues/42 a few notes on this implementation: * the timeout is hardcoded to 3 seconds for now. we can add a configuration in per-test json files when necessary. *...

it might make sense to provide a bit more consistent environment for tests. eg. create a tty for fd 0-2 a few possible places where it can be done: *...

_cleanup_test_output uses python glob with recursive=True to find files/directories to remove. it seems very dangerous as it follows symlinks. especially when we have a test which tries to create a...

I plan to add "timed out" case to the union later. todo: * update tests * update json reporter

it would be nicer to have a timeout for each test cases.

it would be nicer if our runtime adapter interface can distinguish: * wasi exit code from wasm module (wasi_proc_exit) * traps * exit code from the engine (eg. validation error)

Although I don't know what exactly the esp32s3 rom version of memset does, it seems that the current code crashes only with a small "len". I guess it changes the...