You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat envoy: Force building WASM in standalone mode.
Without this define some third-party libraries, e.g. absl, use EM_JS macro to generate code, that requires JS runtime from WASM host.
With current build configuration it results in unresolved imports in produced .wasm file.
commit_hash:8d2848009f642a5a487b72fdfcda0f1eaba91b2f
0 commit comments