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
Stop compiling js ext sources on non-wasm platforms
Even though we early return in the extconf.rb file, the default
Makefile generator will still glob for *.c files in the ext directory
and try to compile them. This is unnecessary and can cause build
failures on non-wasm platforms.
0 commit comments