Skip to content
Discussion options

You must be logged in to vote

The log has things like lto.tmp: undefined symbol: gr_backendrendertarget_new_direct3d, etc which shouldn't make their way into a WASM build. Are you trying to use SkiaSharp 3? If so, have you explicitly included the SkiaSharp.NativeAssets.WebAssembly for the specific version?

WASM as an afterthought to an already made project is a bad idea, IMO. They're very tricky and have poor debugging information coupled with things that silently break. So you should always start out with a WASM project and work to keep it compatible since you can track regressions across version history.

Replies: 1 comment 3 replies

Comment options

You must be logged in to vote
3 replies
@jyswjjgdwtdtj
Comment options

@stevemonaco
Comment options

Answer selected by jyswjjgdwtdtj
@maxkatz6
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants