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
They drifted apart because spidermonkey-wasi-embedding does not have a rust-toolchain file, which meant the pre-built spidermonkey-wasi would no longer link due to having conflicting/duplicate symbols.
This patch updates our rust-toolchain to match the version used in spidermonkey-wasi-embedding - I have also added the same file to the spidermonkey-wasi-embedding project to ensure they are on the same version.
Fixes#520
0 commit comments