{"payload":{"feedbackUrl":"https://github.com/orgs/community/discussions/53140","repo":{"id":494168711,"defaultBranch":"main","name":"wasi-threads","ownerLogin":"WebAssembly","currentUserCanPush":false,"isFork":false,"isEmpty":false,"createdAt":"2022-05-19T17:31:09.000Z","ownerAvatar":"https://avatars.githubusercontent.com/u/11578470?v=4","public":true,"private":false,"isOrgOwned":true},"refInfo":{"name":"","listCacheKey":"v0:1675074164.8945448","currentOid":""},"activityList":{"items":[{"before":"af51ac87049d12dcde2fd0e544350f441191039d","after":"f8ea03cc0ffbde143415e945497de112f6f9fd53","ref":"refs/heads/main","pushedAt":"2024-07-17T14:07:57.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"abrown","name":"Andrew Brown","path":"/abrown","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/541880?s=80&v=4"},"commit":{"message":"Update implementation status (#51)\n\nAs suggested by @yamt in a [comment], it may be better to avoid\r\nhighlighting WAMR exclusively in the top-level \"warning.\" Instead, this\r\nupdates the implementation status for known engines.\r\n\r\n[comment]: https://github.com/WebAssembly/wasi-threads/pull/50#discussion_r1675304212","shortMessageHtmlLink":"Update implementation status (#51)"}},{"before":"6b4e2e50a3929d9ebc3b1a54e36ab6f0c0ebc677","after":"af51ac87049d12dcde2fd0e544350f441191039d","ref":"refs/heads/main","pushedAt":"2024-07-12T04:17:36.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"abrown","name":"Andrew Brown","path":"/abrown","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/541880?s=80&v=4"},"commit":{"message":"Note the state of the proposal (#50)\n\n* Note the state of the proposal\r\n\r\nThe CG has reached agreement that the future of threads in WebAssembly\r\ngoes through the shared-everything-threads proposal. This change tries\r\nto communicate the \"legacy\" nature of wasi-threads: still valuable in\r\nsome cases but planned for eventual deprecation.\r\n\r\n* Add explanation for who to ask for help with wasi-threads","shortMessageHtmlLink":"Note the state of the proposal (#50)"}},{"before":"c92e3f0a8f8372722715b86a4c4499c1293751f8","after":"6b4e2e50a3929d9ebc3b1a54e36ab6f0c0ebc677","ref":"refs/heads/main","pushedAt":"2024-01-02T08:01:42.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"loganek","name":"Marcin Kolny","path":"/loganek","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/3201489?s=80&v=4"},"commit":{"message":"add a test case which doesn't even import wasi:thread-spawn\n\npassed:\n toywasm\n wamr\n wasmer\n\nfailed:\n wasmtime (15.0.1)","shortMessageHtmlLink":"add a test case which doesn't even import wasi:thread-spawn"}},{"before":"e42f5e146cd5f2bd50d6148dfa5df7eea1b59c4e","after":"c92e3f0a8f8372722715b86a4c4499c1293751f8","ref":"refs/heads/main","pushedAt":"2023-08-23T23:24:27.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"abrown","name":"Andrew Brown","path":"/abrown","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/541880?s=80&v=4"},"commit":{"message":"add another set of tests to examine \"return from _start\" (#46)\n\n* add another set of tests to examine \"return from _start\"\r\n\r\na return from _start is an equivalent of proc_exit(0) and thus should\r\nterminate other threads.\r\nat least it's what wasi-libc as of today assumes.\r\n\r\ncf. https://github.com/WebAssembly/wasi-threads/issues/21\r\n\r\n```\r\n(venv) spacetanuki% python3 test-runner/wasi_test_runner.py -t ../wasi-threads/test/testsuite -r ~/git/toywasm/test/wasi-testsuite-adapter.py\r\nTest wasi_threads_exit_nonmain_wasi passed\r\nTest wasi_threads_exit_main_busy passed\r\nTest wasi_threads_return_main_wasi passed\r\nTest wasi_threads_return_main_wasi_read passed\r\nTest wasi_threads_return_main_block passed\r\nTest wasi_threads_exit_main_wasi passed\r\nTest wasi_threads_return_main_busy passed\r\nTest wasi_threads_exit_nonmain_busy passed\r\nTest wasi_threads_spawn passed\r\nTest wasi_threads_exit_main_block passed\r\nTest wasi_threads_exit_nonmain_wasi_read passed\r\nTest wasi_threads_exit_nonmain_block passed\r\nTest wasi_threads_exit_main_wasi_read passed\r\n\r\n===== Test results =====\r\nRuntime: toywasm v28.0.0\r\nSuite: WASI threads proposal\r\n Total: 13\r\n Passed: 13\r\n Failed: 0\r\n Skipped: 0\r\n\r\nTest suites: 1 passed, 0 total\r\nTests: 13 passed, 0 total\r\n(venv) spacetanuki%\r\n```\r\n\r\n* remove unused imports","shortMessageHtmlLink":"add another set of tests to examine \"return from _start\" (#46)"}},{"before":"deee2350feadda5d692100fd8fec942017b42339","after":"e42f5e146cd5f2bd50d6148dfa5df7eea1b59c4e","ref":"refs/heads/main","pushedAt":"2023-04-07T10:51:06.000Z","pushType":"pr_merge","commitsCount":2,"pusher":{"login":"loganek","name":"Marcin Kolny","path":"/loganek","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/3201489?s=80&v=4"},"commit":{"message":"fix a comment","shortMessageHtmlLink":"fix a comment"}},{"before":"e1893c00458de3e846f02c9cd2a435992ea8b32c","after":"deee2350feadda5d692100fd8fec942017b42339","ref":"refs/heads/main","pushedAt":"2023-03-16T15:22:54.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"abrown","name":"Andrew Brown","path":"/abrown","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/541880?s=80&v=4"},"commit":{"message":"doc(wamr): document how to run proposal tests in WAMR (#37)","shortMessageHtmlLink":"doc(wamr): document how to run proposal tests in WAMR (#37)"}}],"hasNextPage":false,"hasPreviousPage":false,"activityType":"all","actor":null,"timePeriod":"all","sort":"DESC","perPage":30,"cursor":"djE6ks8AAAAEgerwSgA","startCursor":null,"endCursor":null}},"title":"Activity ยท WebAssembly/wasi-threads"}