-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Visitor pattern and memory builder (#5)
* Start fresh * Stopping point * another stopping point * Update test.yml * fix gleam format issue --------- Co-authored-by: Rishit Chaudhary <[email protected]>
- Loading branch information
Showing
40 changed files
with
9,577 additions
and
1,569 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 was deleted.
Oops, something went wrong.
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 |
---|---|---|
|
@@ -7,7 +7,8 @@ Parse, encode, build, and analyze WebAssembly modules using `shine_coder`! This | |
a need to conquer and understand the new WebAssembly GC specification, so all the functions in this library | ||
are designed to follow the specification as closely as possible. | ||
|
||
Currently this project is in an Alpha state and the developer consuming this library is required to understand | ||
Currently this project is in a discovery state. Development on this project hasn't hit a point where it can | ||
be published to hex and the developer consuming this library is required to understand | ||
the structure of WASM modules in order to build them. For instance, creating a module with a simple `add` | ||
function requires the following steps: | ||
|
||
|
@@ -65,7 +66,7 @@ intricacies of building WASM modules. | |
|
||
## Goals | ||
|
||
Some of these goals are personal, | ||
Some of these goals are personal, | ||
|
||
1. Create a library that makes WebAssembly accessible to the Gleam package ecosystem | ||
2. Be compatible with JavaScript and Gleam Targets | ||
|
@@ -75,7 +76,6 @@ Some of these goals are personal, | |
|
||
## Maintainers | ||
|
||
Special Thanks to | ||
|
||
Rishit Chaudhary <[email protected]> | ||
Special Thanks to: | ||
|
||
**Rishit Chaudhary** <[email protected]> |
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.