tangled
alpha
login
or
join now
pierrelf.com
/
we
3
fork
atom
we (web engine): Experimental web browser project to understand the limits of Claude
3
fork
atom
overview
issues
146
pulls
pipelines
we
/
crates
/
js
/
src
/
at
encoding-sniffing
13 files
pierrelf.com
Implement JS parser: AST and expression/statement parsing
7d ago
4b4f554a
ast.rs
Implement JS parser: AST and expression/statement parsing
1 week ago
builtins.rs
Implement Fetch API backed by net crate
2 days ago
bytecode.rs
Implement JS async functions and await
1 week ago
compiler.rs
Implement script element loading and execution (defer, async)
2 days ago
dom_bridge.rs
Review fixes: stopPropagation must prevent bubble phase entry
2 days ago
fetch.rs
Review fixes: simplify double mutex lock in take_completed_fetches
2 days ago
gc.rs
Implement tri-color mark-and-sweep garbage collector for JS engine
1 week ago
lexer.rs
Fix String.prototype.search lastIndex handling and remove unimplemented regex flags
1 week ago
lib.rs
Implement Fetch API backed by net crate
2 days ago
parser.rs
Implement JS async functions and await
1 week ago
regex.rs
Fix Dot matching to use is_line_terminator for all ECMAScript line terminators
1 week ago
timers.rs
Implement timer APIs: setTimeout, setInterval, requestAnimationFrame
2 days ago
vm.rs
Implement script element loading and execution (defer, async)
2 days ago