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.
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.