That would be awesome. The sass files would be compiled at runtime at the first reauest and then cached, so no, performance wouldn't be that big of an issue.
Op donderdag 20 augustus 2015 03:28:40 UTC+2 schreef Alon Zakai: > > I see, thanks. > > Do you care about performance? If not, a hack could probably be done on > top of SAFE_HEAP. When that is on, each load and store is done through a > function call, so making those do something that works with normal JS > arrays (aliasing is the issue) could work. Then there would just be some > boilerplate changes in replacing the creation of the typed arrays, etc. > > -- You received this message because you are subscribed to the Google Groups "emscripten-discuss" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
