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
[wasm][Driver] HACK: Add -use-static-resource-dir by default for wasm target
Currently, wasm target only supports static linking mode, so we add
`-use-static-resource-dir` by default for wasm target. This patch is not
an essential change because we can also add `-use-static-resource-dir`
in the driver invocation. But it is a convenient change for users.
0 commit comments