{"payload":{"feedbackUrl":"https://github.com/orgs/community/discussions/53140","repo":{"id":184654298,"defaultBranch":"main","name":"wasm-micro-runtime","ownerLogin":"bytecodealliance","currentUserCanPush":false,"isFork":false,"isEmpty":false,"createdAt":"2019-05-02T21:32:09.000Z","ownerAvatar":"https://avatars.githubusercontent.com/u/54038801?v=4","public":true,"private":false,"isOrgOwned":true},"refInfo":{"name":"","listCacheKey":"v0:1716807193.0","currentOid":""},"activityList":{"items":[{"before":null,"after":"f4e5ab412ff668534fb0b81b77ff68d0bfe9f1b1","ref":"refs/heads/dependabot/pip/build-scripts/requests-2.32.2","pushedAt":"2024-05-27T10:53:13.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"dependabot[bot]","name":null,"path":"/apps/dependabot","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/29110?s=80&v=4"},"commit":{"message":"Bump requests from 2.31.0 to 2.32.2 in /build-scripts\n\nBumps [requests](https://github.com/psf/requests) from 2.31.0 to 2.32.2.\n- [Release notes](https://github.com/psf/requests/releases)\n- [Changelog](https://github.com/psf/requests/blob/main/HISTORY.md)\n- [Commits](https://github.com/psf/requests/compare/v2.31.0...v2.32.2)\n\n---\nupdated-dependencies:\n- dependency-name: requests\n dependency-type: direct:production\n update-type: version-update:semver-minor\n...\n\nSigned-off-by: dependabot[bot] ","shortMessageHtmlLink":"Bump requests from 2.31.0 to 2.32.2 in /build-scripts"}},{"before":"2a630c95899f65617ea23a6a877e4242d19d8abb","after":"17ff9435c69d9b160ba244da0eca11c2262ea3c5","ref":"refs/heads/dev/checkpoint_and_restore","pushedAt":"2024-05-27T03:41:10.000Z","pushType":"pr_merge","commitsCount":54,"pusher":{"login":"wenyongh","name":"Wenyong Huang","path":"/wenyongh","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/20393758?s=80&v=4"},"commit":{"message":"Merge pull request #3465 from bytecodealliance/main\n\nMerge branch main into dev/checkpoint_and_restore","shortMessageHtmlLink":"Merge pull request #3465 from bytecodealliance/main"}},{"before":"a9eff69dd94273051f419b9a16a2297947cce7dc","after":"6067dbb3ab5ed12f704750e5910fe5108cb3933a","ref":"refs/heads/main","pushedAt":"2024-05-27T03:07:30.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"wenyongh","name":"Wenyong Huang","path":"/wenyongh","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/20393758?s=80&v=4"},"commit":{"message":"NuttX: Fix a dbus-related crash on esp32s3 (#3470)\n\nAlthough I don't know what exactly the esp32s3 rom version of memset is,\r\nit seems that the current code crashes only with a small \"len\". I guess\r\nit changes the logic depending on the size.\r\nAnyway, it's safer to use dbus here.","shortMessageHtmlLink":"NuttX: Fix a dbus-related crash on esp32s3 (#3470)"}},{"before":"3b8ef891102a02dec324badbe1de75fbea3d09c2","after":"a9eff69dd94273051f419b9a16a2297947cce7dc","ref":"refs/heads/main","pushedAt":"2024-05-27T02:33:37.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"wenyongh","name":"Wenyong Huang","path":"/wenyongh","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/20393758?s=80&v=4"},"commit":{"message":"wasm-mutator-fuzz: Adapt to oss-fuzz compilation (#3464)","shortMessageHtmlLink":"wasm-mutator-fuzz: Adapt to oss-fuzz compilation (#3464)"}},{"before":"f378edc408382b7bcf517b463d4a54948739075b","after":"3b8ef891102a02dec324badbe1de75fbea3d09c2","ref":"refs/heads/main","pushedAt":"2024-05-27T01:59:24.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"wenyongh","name":"Wenyong Huang","path":"/wenyongh","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/20393758?s=80&v=4"},"commit":{"message":"Clone data segments when specified with load args (#3463)\n\nFollow-up on https://github.com/bytecodealliance/wasm-micro-runtime/pull/3389, specifically: https://github.com/bytecodealliance/wasm-micro-runtime/pull/3389#discussion_r1600872451\r\n\r\nIf we want to free the wasm binary buffer early, we need to clone the data segments into the module.\r\nThat's because, in case of [passive data segments](https://webassembly.github.io/threads/core/syntax/modules.html#syntax-data),\r\nthey can be referred during wasm execution.","shortMessageHtmlLink":"Clone data segments when specified with load args (#3463)"}},{"before":"6fdfedb08a4c1782b0257d1e911c5f4c007148ef","after":"f378edc408382b7bcf517b463d4a54948739075b","ref":"refs/heads/main","pushedAt":"2024-05-23T05:53:54.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"wenyongh","name":"Wenyong Huang","path":"/wenyongh","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/20393758?s=80&v=4"},"commit":{"message":"Add regression tests of BA issue cases (#3462)","shortMessageHtmlLink":"Add regression tests of BA issue cases (#3462)"}},{"before":"f14334484222f448e6098131d54d3b889fb6f8fe","after":"6fdfedb08a4c1782b0257d1e911c5f4c007148ef","ref":"refs/heads/main","pushedAt":"2024-05-22T09:27:38.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"wenyongh","name":"Wenyong Huang","path":"/wenyongh","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/20393758?s=80&v=4"},"commit":{"message":"Fix codeql compilation error (#3461)\n\nUpdate OS to ubuntu-22.04 and install `libgcc-12-dev lib32gcc-12-dev` instead\r\nof `libgcc-11-dev lib32gcc-11-dev`.\r\n\r\nAnd fix a bh_assert condition typo error.\r\n\r\nps.\r\nhttps://github.com/bytecodealliance/wasm-micro-runtime/actions/runs/9183310069/job/25253782329","shortMessageHtmlLink":"Fix codeql compilation error (#3461)"}},{"before":"c5ab862dbbd8dc99725f94ed20825c0b14abc3ab","after":"f14334484222f448e6098131d54d3b889fb6f8fe","ref":"refs/heads/main","pushedAt":"2024-05-22T09:17:36.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"wenyongh","name":"Wenyong Huang","path":"/wenyongh","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/20393758?s=80&v=4"},"commit":{"message":"libc-builtin: Enhance buffered print for printf_wrapper (#3460)\n\nMove print_buf and print_buf to str_context struct to support multi-threading\r\nwhen BUILTIN_LIBC_BUFFERED_PRINTF macro is enabled, and fix the issue of\r\nlosing some text.\r\n\r\nps. https://github.com/bytecodealliance/wasm-micro-runtime/issues/3430.","shortMessageHtmlLink":"libc-builtin: Enhance buffered print for printf_wrapper (#3460)"}},{"before":"591a20b91741c24cdb9c031d3c5eec1d80bd72dc","after":"c5ab862dbbd8dc99725f94ed20825c0b14abc3ab","ref":"refs/heads/main","pushedAt":"2024-05-22T08:59:44.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"wenyongh","name":"Wenyong Huang","path":"/wenyongh","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/20393758?s=80&v=4"},"commit":{"message":"Add api to get export global instance (#3452)\n\nAdd API\r\n```C\r\nbool\r\nwasm_runtime_get_export_global_inst(const wasm_module_inst_t module_inst,\r\n const char *name,\r\n wasm_global_inst_t *global_inst);\r\n```","shortMessageHtmlLink":"Add api to get export global instance (#3452)"}},{"before":"15d191943a2fc61d502470f9af6eb53039d46538","after":"591a20b91741c24cdb9c031d3c5eec1d80bd72dc","ref":"refs/heads/main","pushedAt":"2024-05-21T08:38:34.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"wenyongh","name":"Wenyong Huang","path":"/wenyongh","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/20393758?s=80&v=4"},"commit":{"message":"Add malformed test cases (#3459)","shortMessageHtmlLink":"Add malformed test cases (#3459)"}},{"before":"403f472ff17fa8bea249b43bfdcbe8bb9e471975","after":"15d191943a2fc61d502470f9af6eb53039d46538","ref":"refs/heads/main","pushedAt":"2024-05-21T08:09:12.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"wenyongh","name":"Wenyong Huang","path":"/wenyongh","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/20393758?s=80&v=4"},"commit":{"message":"Enhance GC const initializer expression to support nested struct/array new (#3447)\n\nOnly support interpreter now, and fix some issues found in wasm loader.\r\n\r\nThis PR fixes issue #3410 and #3411.","shortMessageHtmlLink":"Enhance GC const initializer expression to support nested struct/arra…"}},{"before":"1d3a25f583fa267571f8373807f326c8de47cd6a","after":null,"ref":"refs/heads/dependabot/github_actions/actions/checkout-4","pushedAt":"2024-05-21T06:47:20.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"dependabot[bot]","name":null,"path":"/apps/dependabot","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/29110?s=80&v=4"}},{"before":"671f86cefe2fc06085edd873faf289bf8c287280","after":null,"ref":"refs/heads/dependabot/github_actions/nick-fields/retry-3","pushedAt":"2024-05-21T06:47:05.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"dependabot[bot]","name":null,"path":"/apps/dependabot","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/29110?s=80&v=4"}},{"before":"ab814fbaca7f54ec914c5d49301c54d2c6cf337f","after":null,"ref":"refs/heads/dependabot/npm_and_yarn/tests/fuzz/wasm-mutator-fuzz/portal/vite-3.2.10","pushedAt":"2024-05-21T06:46:07.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"dependabot[bot]","name":null,"path":"/apps/dependabot","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/29110?s=80&v=4"}},{"before":"9a152135ff654096f2ed7e1312e36fc37a5f3d3a","after":null,"ref":"refs/heads/dependabot/npm_and_yarn/tests/fuzz/wasm-mutator-fuzz/portal/babel/traverse-7.24.5","pushedAt":"2024-05-21T06:46:02.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"dependabot[bot]","name":null,"path":"/apps/dependabot","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/29110?s=80&v=4"}},{"before":"70d291f19d5d657a41e88b49cc15caaaca4c86ea","after":null,"ref":"refs/heads/dependabot/pip/tests/fuzz/wasm-mutator-fuzz/server/werkzeug-3.0.3","pushedAt":"2024-05-21T06:45:54.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"dependabot[bot]","name":null,"path":"/apps/dependabot","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/29110?s=80&v=4"}},{"before":"95291304badc3726d81ae2fbd5b81a231284d19b","after":null,"ref":"refs/heads/dependabot/pip/tests/fuzz/wasm-mutator-fuzz/server/flask-cors-4.0.1","pushedAt":"2024-05-21T06:45:47.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"dependabot[bot]","name":null,"path":"/apps/dependabot","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/29110?s=80&v=4"}},{"before":"eb72a30a16a2e9e776e621de34570a8558bd3c65","after":null,"ref":"refs/heads/dependabot/npm_and_yarn/tests/fuzz/wasm-mutator-fuzz/portal/postcss-8.4.38","pushedAt":"2024-05-21T06:45:37.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"dependabot[bot]","name":null,"path":"/apps/dependabot","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/29110?s=80&v=4"}},{"before":"ac0f6c64effe9bb1dad3bbe350c7a2caa5630bd8","after":null,"ref":"refs/heads/dependabot/pip/tests/fuzz/wasm-mutator-fuzz/server/flask-2.2.5","pushedAt":"2024-05-21T06:45:24.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"dependabot[bot]","name":null,"path":"/apps/dependabot","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/29110?s=80&v=4"}},{"before":"5bc38f77f6d14c39547a71bbeefc08ca26aed090","after":"403f472ff17fa8bea249b43bfdcbe8bb9e471975","ref":"refs/heads/main","pushedAt":"2024-05-21T06:42:30.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"wenyongh","name":"Wenyong Huang","path":"/wenyongh","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/20393758?s=80&v=4"},"commit":{"message":"wasi: Tweak the configuration for nuttx and explain why (#3451)","shortMessageHtmlLink":"wasi: Tweak the configuration for nuttx and explain why (#3451)"}},{"before":"a4f0a0d0ea8e6d56317a754c67cb9160c4bce28e","after":"5bc38f77f6d14c39547a71bbeefc08ca26aed090","ref":"refs/heads/main","pushedAt":"2024-05-21T06:31:14.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"wenyongh","name":"Wenyong Huang","path":"/wenyongh","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/20393758?s=80&v=4"},"commit":{"message":"NuttX: Rename a few recently-added nuttx options (#3449)\n\nfrom:\r\nARCH_TEXT_HEAP_SEPARATE_DATA_ADDRESS\r\nARCH_TEXT_HEAP_WORD_ALIGNED_READ\r\n\r\nto:\r\nARCH_HAVE_TEXT_HEAP_SEPARATE_DATA_ADDRESS\r\nARCH_HAVE_TEXT_HEAP_WORD_ALIGNED_READ","shortMessageHtmlLink":"NuttX: Rename a few recently-added nuttx options (#3449)"}},{"before":"a2f3c7298fa967125786004b933a6d099a218b92","after":"a4f0a0d0ea8e6d56317a754c67cb9160c4bce28e","ref":"refs/heads/main","pushedAt":"2024-05-21T04:10:48.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"wenyongh","name":"Wenyong Huang","path":"/wenyongh","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/20393758?s=80&v=4"},"commit":{"message":"wamr-test-suites: Enable AOT multi-module spec tests (#3450)\n\nBypass some cases because:\r\n- aot multi-module doesn't support empty modules\r\n- aot multi-module doesn't support import globals","shortMessageHtmlLink":"wamr-test-suites: Enable AOT multi-module spec tests (#3450)"}},{"before":null,"after":"ab814fbaca7f54ec914c5d49301c54d2c6cf337f","ref":"refs/heads/dependabot/npm_and_yarn/tests/fuzz/wasm-mutator-fuzz/portal/vite-3.2.10","pushedAt":"2024-05-21T04:01:46.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"dependabot[bot]","name":null,"path":"/apps/dependabot","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/29110?s=80&v=4"},"commit":{"message":"---\nupdated-dependencies:\n- dependency-name: vite\n dependency-type: direct:development\n...\n\nSigned-off-by: dependabot[bot] ","shortMessageHtmlLink":"---"}},{"before":null,"after":"9a152135ff654096f2ed7e1312e36fc37a5f3d3a","ref":"refs/heads/dependabot/npm_and_yarn/tests/fuzz/wasm-mutator-fuzz/portal/babel/traverse-7.24.5","pushedAt":"2024-05-21T04:01:45.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"dependabot[bot]","name":null,"path":"/apps/dependabot","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/29110?s=80&v=4"},"commit":{"message":"---\nupdated-dependencies:\n- dependency-name: \"@babel/traverse\"\n dependency-type: indirect\n...\n\nSigned-off-by: dependabot[bot] ","shortMessageHtmlLink":"---"}},{"before":null,"after":"70d291f19d5d657a41e88b49cc15caaaca4c86ea","ref":"refs/heads/dependabot/pip/tests/fuzz/wasm-mutator-fuzz/server/werkzeug-3.0.3","pushedAt":"2024-05-21T04:01:44.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"dependabot[bot]","name":null,"path":"/apps/dependabot","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/29110?s=80&v=4"},"commit":{"message":"---\nupdated-dependencies:\n- dependency-name: werkzeug\n dependency-type: direct:production\n...\n\nSigned-off-by: dependabot[bot] ","shortMessageHtmlLink":"---"}},{"before":null,"after":"95291304badc3726d81ae2fbd5b81a231284d19b","ref":"refs/heads/dependabot/pip/tests/fuzz/wasm-mutator-fuzz/server/flask-cors-4.0.1","pushedAt":"2024-05-21T04:01:43.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"dependabot[bot]","name":null,"path":"/apps/dependabot","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/29110?s=80&v=4"},"commit":{"message":"---\nupdated-dependencies:\n- dependency-name: flask-cors\n dependency-type: direct:production\n...\n\nSigned-off-by: dependabot[bot] ","shortMessageHtmlLink":"---"}},{"before":null,"after":"eb72a30a16a2e9e776e621de34570a8558bd3c65","ref":"refs/heads/dependabot/npm_and_yarn/tests/fuzz/wasm-mutator-fuzz/portal/postcss-8.4.38","pushedAt":"2024-05-21T04:01:43.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"dependabot[bot]","name":null,"path":"/apps/dependabot","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/29110?s=80&v=4"},"commit":{"message":"---\nupdated-dependencies:\n- dependency-name: postcss\n dependency-type: indirect\n...\n\nSigned-off-by: dependabot[bot] ","shortMessageHtmlLink":"---"}},{"before":null,"after":"ac0f6c64effe9bb1dad3bbe350c7a2caa5630bd8","ref":"refs/heads/dependabot/pip/tests/fuzz/wasm-mutator-fuzz/server/flask-2.2.5","pushedAt":"2024-05-21T04:01:43.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"dependabot[bot]","name":null,"path":"/apps/dependabot","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/29110?s=80&v=4"},"commit":{"message":"---\nupdated-dependencies:\n- dependency-name: flask\n dependency-type: direct:production\n...\n\nSigned-off-by: dependabot[bot] ","shortMessageHtmlLink":"---"}},{"before":"33aada2133f290354b2c5e30f8e50b682a73eb0d","after":"a2f3c7298fa967125786004b933a6d099a218b92","ref":"refs/heads/main","pushedAt":"2024-05-21T04:01:14.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"wenyongh","name":"Wenyong Huang","path":"/wenyongh","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/20393758?s=80&v=4"},"commit":{"message":"Add wasm-mutator-fuzz test (#3420)","shortMessageHtmlLink":"Add wasm-mutator-fuzz test (#3420)"}},{"before":"30ed97cddca784f81292a47820dee4df7d8696b8","after":"33aada2133f290354b2c5e30f8e50b682a73eb0d","ref":"refs/heads/main","pushedAt":"2024-05-20T08:18:34.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"wenyongh","name":"Wenyong Huang","path":"/wenyongh","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/20393758?s=80&v=4"},"commit":{"message":"Remove install_wasi_sdk from workload preparation script (#3445)\n\nThis function was removed in 7be0d38 while building a customized wasi-sdk.","shortMessageHtmlLink":"Remove install_wasi_sdk from workload preparation script (#3445)"}}],"hasNextPage":true,"hasPreviousPage":false,"activityType":"all","actor":null,"timePeriod":"all","sort":"DESC","perPage":30,"cursor":"djE6ks8AAAAEVMk57QA","startCursor":null,"endCursor":null}},"title":"Activity · bytecodealliance/wasm-micro-runtime"}