Arshia001

Results 159 comments of Arshia001

To be clear, you didn't miss anything, our custom SpiderMonkey build scripts did.

@psimk thanks, that'll be very useful!

Can someone who was receiving the link error (@esanchma, @zhaolei0505, @TomieAi, @moderation, @yonas) please try out the [fix-obj-file-lists branch](https://github.com/wasmerio/winterjs/tree/fix-obj-file-lists) and see if it builds for you on Linux? In theory,...

@godronus the main error seems to be: ``` configure: error: These compiler flags are invalid: -O3 ``` Which is quite odd, since `-O3` is indeed a valid `cc`/`clang` flag AFAIK....

@moderation thank you for your time. I'm reopening this issue since the problem is not yet solved.

Hi @ming535! WinterJS was designed with the ultimate goal of being compiled to WASIX and running in a web assembly sandbox. Web assembly already provides very strong sandboxing capabilities, so...

Note: Spiderfire already comes with a repl, and we should be able to recreate that in WinterJS.

@ashtonmeuser Thanks for reporting this! This may in fact help us with something we're working on right now, so I'll investigate the issue.

@ashtonmeuser that would be a big help in identifying the issue.

@ashtonmeuser we may need more context from your side to reproduce the issue. I believe I have the example mostly working (aside from drawing, I'm running it in a CLI...