xiaosongfu

Results 11 comments of xiaosongfu

@willemneal i have tried it, this is my code: ``` export function canonical_abi_realloc(old_ptr: u8, old_len: usize, align: usize, new_len: usize): usize { return heap.realloc(old_ptr, new_len); } ``` but it does...

@willemneal thanks ``` Error: wasm trap: wasm `unreachable` instruction executed wasm backtrace: 0: 0x69b - ! 1: 0x76e - ! Stack backtrace: 0: std::backtrace_rs::backtrace::libunwind::trace at /rustc/082e4ca49770ebc9cb0ee616f3726a67471be8cb/library/std/src/../../backtrace/src/backtrace/libunwind.rs:93:5 1: std::backtrace_rs::backtrace::trace_unsynchronized at /rustc/082e4ca49770ebc9cb0ee616f3726a67471be8cb/library/std/src/../../backtrace/src/backtrace/mod.rs:66:5...

I need it too, so i make a PR #88 to solve it. 😊

i have make a pr for lop.FilterMap func #143

I think it is necessary to give more flexibility to our code, so i make this pr #145