-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Adds support for the memory64 spec proposal. table64 support is TODO. * New overridable logging interface. Exposure via FFI TODO. * Reorganized tests a bit to ensure the wasm testsuite doesn't get mixed up with the other tests * New mem64 test that builds a C program into wasm64 with clang and ensures it can access 64-bit addresses * Readme updates to better document test requirements/dependencies * Fixed a bug in constexpr funcref resolution where the module instance wasn't correctly set on resolution
- Loading branch information
1 parent
ce02943
commit 1e4fe3f
Showing
21 changed files
with
765 additions
and
248 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,11 @@ | ||
zig-cache | ||
zig-out | ||
test/wasm | ||
test/wasm/wasm-generated | ||
*.wasm | ||
*.wasm.o | ||
.vs | ||
*.sublime-project | ||
*.sublime-workspace | ||
*.sln | ||
*.rdbg | ||
*.rdbg | ||
.DS_Store |
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
Oops, something went wrong.