Lîm Tsú-thuàn

Results 158 comments of Lîm Tsú-thuàn

@hydai Rebase are done

| command | explain | |-|-| | `wasm-tools dump xxx.wasm` | dump content of binary with explaintion | | `wasm-tools component new core.wasm -o component.wasm` | wrap a wasm into...

The last one about internal representation rise a huge work, @q82419 tell me I can't simply reuse the current interface `ValType` since it will need to change the bit pattern,...

@arujjval sure, the component model is a new binary format that "contains" old wasm in it, the idea is like a linker script and a module interface (consider OCaml's signature)....

That's the coding style also applied on module in WasmEdge, but you can do in any style you preferred.

NOTE: multiple string-encoding options is invalid in canonical ABI.

I think another error for this case is a good idea, would you like to give a PR?

No, you will not able to simply fix in this way, because usually we still should report out of memory than out of data instance. There will need a check...

Both are wrong, the exception point do the right thing, the problem should be why instruction tries to read something out of bound follows above discussion.