Marcin Kolny

Results 111 comments of Marcin Kolny

> The host managed heap means the heap inserted by runtime, when the wasm module is compiled with -nostdlib and libc isn't linked Ah ok, yes I'm familiar with the...

> > Ah ok, yes I'm familiar with the app heap concept, just didn't know that you're talking about the same thing - thanks for clarifying. However, I think using...

I've also started a branch with some initial experiments here so feel free to subscribe for updates: https://github.com/bytecodealliance/wasm-micro-runtime/compare/main...loganek:wasm-micro-runtime:loganek/dynamic-linking?expand=1 This also includes a (for now living) document where I keep track...

Thanks for kicking off the discussion. From our perspective, at least for time being, we don't need a full P2 support (i.e. WASI + Component Model) and just having "T2"...

> Shall we start to implement missing spec content? > > * import memory > * import table > * instantiation linking > > If not starting, I am able...

> Could you rebase the code with main branch? A CI issue was fixed with ##3764 done

Hi @lum1n0us, thanks a lot for setting this up. I think it's a really good idea to provide a forum for everybody to discuss. I have a question about the...

Hi, do apologise for the late reply. For some reason I had the notifications from this repository disabled. The PR looks good and I merged it. Thanks.

Thanks @lukewagner , I'm glad to see that this scenario was taken into account already and there's a clean solution for that. I've created a simple example just to make...

> > 3. Implement wasi preview2 -> wasi preview 1 adapter > > The [wasmtime-(compiled to wasm)-based adapter](https://github.com/cpetig/wasmtime-adapter/) @cpetig has been working on might fit the bill here. Thanks for...