vmware-labs / webassembly-language-runtimes

Wasm Language Runtimes provides popular language runtimes (Ruby, Python, …) precompiled to WebAssembly that are tested for compatibility and kept up to date when new versions of upstream languages are released
Apache License 2.0
327 stars 27 forks source link

wasi-sdk version to 20 #109

Closed assambar closed 1 year ago

assambar commented 1 year ago

This is a first of several changes. After republishing libs with the latest wasi-sdk, I will bump dependencies and publish php/python/ruby, etc.

assambar commented 1 year ago

Working to fix the PHP build. Seems the latest clang in 20 deems incompatible-function-pointer-types as an error instead of warning.