Zhenwei Jin
Zhenwei Jin
The return type of `options.filter` in `fs.cp`, `fs.cpSync`, and `fsPromises.cp` can be coerced to types that are coercible to `boolean`, not only `boolean`, So I update related contents in the...
This PR tries to support negative options like the format `--no-foo` for `parseArgs` by adding a flag `allowNegative` in the `config` of `parseArgs`. It works for general CLI flag and...
make `buflen` within the integer range when `buffer.toString()` and writing a string to buffer(for example `buffer.write(str)`) Fixes: https://github.com/nodejs/node/issues/51817
- [x] extended const for interp - [x] extended const for aot - [x] tests - [x] CI
#### Summary To quickly improve WAMR's software quality, this PR uses LLM to generate unit test cases for the interpreter module. #### Changes - Add 15 new unit test cases...