Skip to content

Commit

Permalink
Add support for multiple exported functions (#412)
Browse files Browse the repository at this point in the history
* Add support for multiple exported functions

* Update README

* Add --with-exports flag

* Refactor static wasm generator refine

* Lint fixes

* Switch to using WIT to describe exports

* Add dependency audits

* Clarify it's a module in the README
  • Loading branch information
jeffcharles authored Jul 5, 2023
1 parent 7a207a7 commit 1fd1fd1
Show file tree
Hide file tree
Showing 23 changed files with 1,997 additions and 159 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ javy.wat
javy.wasm
/index.js
index.wasm
index.wit

.DS_Store

Expand Down
Loading

0 comments on commit 1fd1fd1

Please sign in to comment.