-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Trying to add shared memory :) * Adding initial support for shared memory in the memory type and the C-API * Fixing dummies * Remving the SharedMemory(CMemoryType) variant from the wasm_extern_* types * Removing ExternType::SharedMemory as well! Not needed. * * Using MemoryTypeBuilder as suggested. * moving dummy shared memory * Fixing clang format errors * Try again to appease clang-format --------- Co-authored-by: Alex Crichton <[email protected]>
- Loading branch information
1 parent
fd384cb
commit 288c151
Showing
4 changed files
with
19 additions
and
14 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters