ajihyf

Results 3 comments of ajihyf

Hi, I've managed to make inheritance work in my lib [node-addon-api-helper](https://github.com/ajihyf/node-addon-api-helper). It's complex due to the nature napi designed doesn't match C++ inheritance property. We need hold a pointer to...

> Sorry for the delay in responding here, but thanks for the report! > > While `wasmtime` doesn't currently yet expose an API for this, you can pretty easily build...

I'm using [dynamic linking](https://github.com/WebAssembly/tool-conventions/blob/main/DynamicLinking.md#the-dylink0-section) to run multiple module instances with the same linear memory. The custom section naming "dylink.0" is required to provide proper imports to instantiate the modules. It...