Open greenhat opened 9 months ago
Following https://github.com/0xPolygonMiden/compiler/issues/113#issuecomment-1918682558
The type remapping is missing in wit-bindgen and can be ported from wasmtime's bindgen! implementation according to https://github.com/bytecodealliance/wit-bindgen/issues/825#issuecomment-1917541546
wit-bindgen
wasmtime
bindgen!
@bitwalker I updated my old patch, and it's ready for your review at https://github.com/greenhat/wit-bindgen/pull/2 I appreciate your feedback. As soon as we're ready I'll open a PR in the upstream.
Following https://github.com/0xPolygonMiden/compiler/issues/113#issuecomment-1918682558
The type remapping is missing in
wit-bindgen
and can be ported fromwasmtime
'sbindgen!
implementation according to https://github.com/bytecodealliance/wit-bindgen/issues/825#issuecomment-1917541546