This file has been truncated, but you can view the full file.
This file contains hidden or 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
| (module $merged.wasm | |
| (type (;0;) (func (param i32) (result i32))) | |
| (type (;1;) (func (param i32 i32))) | |
| (type (;2;) (func (param i32))) | |
| (type (;3;) (func (param i32 i32) (result i32))) | |
| (type (;4;) (func)) | |
| (type (;5;) (func (param i32 i32 i32 i32 i32 i32))) | |
| (type (;6;) (func (param i32 i32 i32))) | |
| (type (;7;) (func (param i32 i32 i32 i32))) |
This file contains hidden or 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
| (module $merged.both.wasm | |
| (type (;0;) (func (param i32) (result i32))) | |
| (type (;1;) (func (param i32 i32))) | |
| (type (;2;) (func (param i32))) | |
| (type (;3;) (func (param i32 i32) (result i32))) | |
| (type (;4;) (func)) | |
| (type (;5;) (func (param i32 i32 i32) (result i64))) | |
| (import "env" "k_spin_lock" (func $k_spin_lock (;0;) (type 0))) | |
| (import "env" "z_unpend_first_thread" (func $z_unpend_first_thread (;1;) (type 0))) | |
| (import "env" "arch_thread_return_value_set" (func $arch_thread_return_value_set (;2;) (type 1))) |
This file contains hidden or 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
| # wit-bindgen 0.51.0 C++ Backend Issues | |
| Minimal reproducers for upstream issues [#1513](https://github.com/bytecodealliance/wit-bindgen/issues/1513) and [#1514](https://github.com/bytecodealliance/wit-bindgen/issues/1514). | |
| ## Setup | |
| ```bash | |
| # Download wit-bindgen 0.51.0 | |
| curl -LO https://github.com/bytecodealliance/wit-bindgen/releases/download/v0.51.0/wit-bindgen-0.51.0-aarch64-macos.tar.gz | |
| tar xzf wit-bindgen-0.51.0-aarch64-macos.tar.gz |