dfinity / examples

Example applications, microservices, and code samples for the Internet Computer
https://dfinity.org
Apache License 2.0
508 stars 324 forks source link

fix: Make WASI polyfill more robust in image classification #850

Closed ulan closed 2 months ago

ulan commented 2 months ago

This replaces ic_wasi_polyfill::init with a safer ic_wasi_polyfill::init_with_memory that passes a virtual stable memory to WASI polyfill to use instead of the global stable memory.