refraction-networking / water

WebAssembly Transport Executables Runtime
Apache License 2.0
27 stars 1 forks source link

fix: `ImportFunction` ignoring nonexistent imports #20

Closed gaukas closed 10 months ago

gaukas commented 10 months ago

Instead we will make ImportFunction() strict by always returning error unless the import was successful.

gaukas commented 10 months ago

Thanks @erikziyunchi!