demo icon indicating copy to clipboard operation
demo copied to clipboard

Run phan entirely in your browser (with emscripten)

Results 8 demo issues
Sort by recently updated
recently updated
newest added

hello, first of all, I'm sorry because this may not be an actual issue and it's kinda offtopic. I've been trying to compile PHP 8.1 for WASM for a few...

Do this before preloading webassembly code, await confirmation https://developer.mozilla.org/en-US/docs/Web/API/Network_Information_API (experimental)

E.g. run `internal/dump_fallback_ast.php`, optionally with styled output. Make it possible to link to the ASTs that would be generated for a given PHP snippet.

If it does, it would avoid the need to recompile the wasm code.

enhancement

This would make switching to older phars or other tools more convenient

enhancement

This might be useful for local setups (e.g. against an internal codebase) - This would require hosting, and memory/time limits - Don't provide "run" capabilities or UI - **Don't save...

enhancement

Compare with https://play.rust-lang.org/ , which has - Expandable menu for options (e.g. unused variable detection) - Help button - configurable keybindings - Automatic analysis with selection on save - etc

enhancement

https://groups.google.com/forum/#!topic/ace-discuss/joAFrXwWLX8 This should use different classes, and clear errors when the file gets changed ```js var Range = ace.require('ace/range').Range; editor.session.addMarker(new Range(8, 0, 8, 1), "ace_highlight-marker", "fullLine"); ```

enhancement