fix binaryen epoch injection module name#631
Conversation
End-to-End Test ReportTest PreviewTest Report Deterministic TestsSummary
Test Results by Category
Non Deterministic TestsSummary
Test Results by Category
Fail TestsSummary
Test Results by Category
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
stupendoussuperpowers
left a comment
There was a problem hiding this comment.
Changes look good to me, both here and on the binaryen repo.
I would suggest at the very least having a documentation issue open on the Lind-Wasm repo so that we can reference the changes we needed to make to binaryen.
Yeah we should host this ourselves just not as a submodule. If we host it here @m-hemmings can set it up so we build wasm-opt from the external repo as part of our weekly builds. |
rennergade
left a comment
There was a problem hiding this comment.
Approved. Lets setup the wasm-opt repo this week.
…627) * Add unified cargo compilation support. - Add cargo-lind_compile global binary - Add lind::epoch_callback in the linker * Remove trailing escape sequence * Add symlink to lind-cargo * Handle epoch_callback change in #631 * wasip1-clang.sh: Fix the REPO_ROOT, chmod +x * Update docs: compiling rust, getting started * Remove .DS_Store * Alias => lind-cargo-build * More detailed contrib docs
…627) * Add unified cargo compilation support. - Add cargo-lind_compile global binary - Add lind::epoch_callback in the linker * Remove trailing escape sequence * Add symlink to lind-cargo * Handle epoch_callback change in #631 * wasip1-clang.sh: Fix the REPO_ROOT, chmod +x * Update docs: compiling rust, getting started * Remove .DS_Store * Alias => lind-cargo-build * More detailed contrib docs
fixed lind's
wasm-optso that it always useslindas the module name for epoch injectionsThe modified binaryen source code are here: https://github.com/qianxichen233/binaryen-epoch-injection
Do we need to move this repo into lind-project's repos? @rennergade