YoungWenMing
YoungWenMing
Does this project have any plan to implement supports for importing memories and tables when instantiating a WebAssembly Instance? Besides, any plan to implement the `grow` method of memories and...
A module maybe freed after it is loaded to the runtime and before the runtime is released. Hence, it is necessary to remove the module from the runtime's module list...
After a module is loaded to the runtime, we may get an error when handling module links. The loaded module has to be freed in such case, and thus another...