YAMAMOTO Takashi

Results 660 comments of YAMAMOTO Takashi

i don't think this is a release blocker or anything too important. i filed this issue just for a reminder.

> Hi, it seems both two methods are not so straightforward, how about we just introduce a new API to set the native stack size required for the host native...

> Yes, it is very similar to the first approach, but no need to make changes for current runtime native libraries implementation and developer's native library registration if there is...

> I agree with the idea of being consistent, but I wonder if this error code problem goes away due to using WIT to define preview2. Previously we had to...

is this about something at the same layer as https://docs.oracle.com/javame/8.2/api/dio/api/index.html ?

for a testsuite, i guess it's simpler to use an embedder api to get the exit code. (rather than trying to extract it from host exit code.)

> In the component-model, [Canonical ABI](https://github.com/WebAssembly/component-model/blob/main/design/mvp/CanonicalABI.md), it has traps like `trap_if(ptr + length * size(elem_type) > len(cx.opts.memory))` for places where pointers are passed in. There isn't any documentation of this...

> It is somewhat awkward to do with preview1 binaries, but it is doable. For example, we're taking advantage of this very property in the preview1-to-preview2 polyfill we're building [here](https://github.com/bytecodealliance/preview2-prototyping),...

> > It is somewhat awkward to do with preview1 binaries, but it is doable. For example, we're taking advantage of this very property in the preview1-to-preview2 polyfill we're building...

> From https://reviews.llvm.org/D81689: "This new behavior is disabled when the input has an explicit call to __wasm_call_ctors, indicating code not expecting new-style command support." > > This means that if...