Skip to content

Commit

Permalink
update roadmap items
Browse files Browse the repository at this point in the history
  • Loading branch information
ma2bd committed Dec 8, 2024
1 parent 32f2215 commit 8c75ed8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/developers/core_concepts/overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,7 @@ as follows.
- [x] Support for read-only GraphQL services in Wasm
- [x] Support for mocked system APIs
- [x] Improve host/guest stub generation to make mocks easier
- [ ] Support for running Wasm applications in the browser
- [x] Support for running Wasm applications in the browser

### Storage

Expand Down Expand Up @@ -226,8 +226,8 @@ as follows.
- [x] Use GraphQL mutations to execute operations and create blocks
- [x] ABIs for contract and service interfaces
- [x] Allowing message sender to pay for message execution fees
- [ ] Wallet as a browser extension (no VM)
- [ ] Wallet as a browser extension (with Wasm VM)
- [x] Wallet as a browser extension (no VM)
- [x] Wallet as a browser extension (with Wasm VM)
- [ ] Easier communication with EVM chains
- [ ] Bindings to use native cryptographic primitives from Wasm
- [ ] Allowing applications to pay for user fees
Expand Down

0 comments on commit 8c75ed8

Please sign in to comment.