Highlights
- Arctic Code Vault Contributor
Pinned
1,416 contributions in the last year
Less
More
Contribution activity
February 2021
Created 4 repositories
- RReverser/kd-tree Rust
- RReverser/static_aabb2d_index Rust
- RReverser/tempfile Rust
- RReverser/path_abs Rust
Created a pull request in Stebalien/tempfile that received 16 comments
Add [limited] support for WASI
WASI doesn't have a concept of system-wide temporary directory, but at least there is no reason why new_in methods with explicit paths should fail.
T…
+46
−11
•
16
comments
Opened 7 other pull requests in 6 repositories
surma/rollup-plugin-off-main-thread
2
open
vitiral/path_abs
1
open
u1roh/kd-tree
1
open
rustwasm/wasm-bindgen
1
merged
v8/v8.dev
1
merged
Stebalien/tempfile
1
merged
Reviewed 11 pull requests in 5 repositories
v8/v8.dev 4 pull requests
estree/estree 4 pull requests
GoogleChromeLabs/squoosh 1 pull request
surma/rollup-plugin-off-main-thread 1 pull request
WebAssembly/website 1 pull request
Created an issue in bytecodealliance/wasmtime that received 13 comments
Path existence doesn't work correctly for dirs on Windows
Compile this minimal repro sample to WASI: fn main() -> std::io::Result<()> { let path = std::path::Path::new("dir.tmp"); std::fs::create_dir(path)?;
13
comments

