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
A wasm build might be a nice alternative to Neon. This would greatly simplify cross-platform support.
I had trouble getting style crate to compile with --target wasm32-unknown-unknown, but I think it should be possible by pruning away extraneous dependencies or extracting out the relevant logic.
The text was updated successfully, but these errors were encountered:
A wasm build might be a nice alternative to Neon. This would greatly simplify cross-platform support.
I had trouble getting style crate to compile with
--target wasm32-unknown-unknown
, but I think it should be possible by pruning away extraneous dependencies or extracting out the relevant logic.The text was updated successfully, but these errors were encountered: