Commit 5c2943b
authored
refactor(moonbit): a possibly better async implementation for wasi p3 (bytecodealliance#1659)
* fix(moonbit): update flavorful buffer type
* feat(moonbit): preserve kebab-case package names
* feat(moonbit): implement component async bindings
* test(moonbit): add Rust async fixture pairings
* refactor(moonbit): remove async duplication
* fix(moonbit): serialize stream writer teardown
* fix(moonbit): close stream test wakeup race
* refactor(moonbit): clean up async binding code
* fix(moonbit): correct async future rejection
* fix(moonbit): harden async endpoint boundaries1 parent 50b799a commit 5c2943b
79 files changed
Lines changed: 11006 additions & 1774 deletions
File tree
- crates
- moonbit
- docs
- adr
- src
- async
- ffi
- test/src
- tests/runtime
- cancel-import
- demo
- flavorful
- future-cancel-read
- future-cancel-write
- future-close-after-coming-back
- list-in-variant
- lists
- many-arguments
- map
- moonbit
- async-import-cancel
- concurrent-export-isolation
- http-background-hook
- deps
- wasi-cli-0.3.0
- wasi-clocks-0.3.0
- wasi-http-0.3.0
- wasi-random-0.3.0
- local-async-primitives
- nested-future-stream
- resource-payloads
- stream-write-cancel
- wasi-cli-p3-stdout
- deps
- numbers
- options
- records
- results
- simple-future
- simple-import-params-results
- simple-stream-payload
- simple-stream
- strings
- variants
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
Lines changed: 43 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
0 commit comments