In this example, the Go compiled module has 2 imports fd_write.
This is legal Wasm and the engine works great but the WasmModuleInterface breaks as it is emitting two colliding functions in the same class.
Since this is allowed, we need a way to gracefully handle this case.
In this example, the Go compiled module has 2 imports
fd_write.This is legal Wasm and the engine works great but the
WasmModuleInterfacebreaks as it is emitting two colliding functions in the same class.Since this is allowed, we need a way to gracefully handle this case.