Building wasm project against a locally built runtime #98158
Unanswered
bogdancucosel
asked this question in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi.
runtime/src/mono/wasm/build/WasmApp.LocalBuild.props
Line 22 in 1c20e23
When building a project with a locally built runtime the I used to include the above file .
It seems to be broken now ? I guess some .props|.targets files moved to the browser/build folder .
It used to be enough to specify /p:RuntimeSrcDir and /p:RuntimeConfig when building ...
What should be imported in the above line ? WasmApp.Common.props from the same folder or BrowserWasmApp.props from the bowser/build folder ?
Beta Was this translation helpful? Give feedback.
All reactions