Highlights
- Arctic Code Vault Contributor
- Pro
Pinned
1,195 contributions in the last year
Contribution activity
January 2021
Created 99 commits in 2 repositories
Created 1 repository
Created a pull request in ruffle-rs/ruffle that received 10 comments
web: Fallback to instantiate with improper MIME type
Use --target web in wasm-bindgen and file-loader for WASM files,
allowing wasm-bindgen's built-in fallback from
WebAssembly.instantiateStreaming to…
+37
−17
•
10
comments
Opened 21 other pull requests in 2 repositories
ruffle-rs/ruffle
20
merged
- chore: Appease clippy
- avm1: Fix off-by-one error in String.lastIndexOf
- core: Clip event slices are from parent movie in PlaceObject
- desktop: Fix sound envelopes to use proper positions
- chore: Lock wasm-bindgen and wasm-bindgen-cli to 0.2.69
- core: Avoid panic in EditText::on_changed (fix #2809)
- audio: Implement sound transforms and onSoundComplete
- swf: Don't error on focal gradients in DefineShape tags (fix #2730)
- core: Gracefully handle tag length past EOF
- avm1: Create proper underlying type when extending native objects (fix #2682)
- chore: Appease clippy
- swf: SWF parsing returns slices of input, use Windows-1252 string encoding in SWFv5
- render: Avoid asserts in masking state
- web: Add backgroundColor option
- avm1: Properly implement Object constructor
- core: Fix various issues with buttons
- webgl: Request OES_element_index_uint extension on WebGL1
- web: Add letterbox setting
- chore: Appease clippy
- avm1: Bail out of swapDepths on dead clips
rustwasm/wasm-bindgen
1
open
Reviewed 40 pull requests in 1 repository
ruffle-rs/ruffle 40 pull requests
- Cleanup actions
- Merge InputBackend into UiBackend
- avm1: Correct ToInteger for some inputs
- Small cleanups
- Implement fscommand as a callback
- core: Implement TextField.password property
- Remove a bit of unsafe
- Implement BitmapData.perlinNoise()
- web: Pause player when tab is inactive (close #347)
- Support grayscale JPEGs
- desktop: Also use flashvars parameters when running local files
- web: Add config to enable/disable context menu
- Preallocate AVM1 constant pool values
- swf: Convert HashSet to bitflags
- avm1: Correct BitmapData.noise implementation
- web: Fix error in demo when selecting None for sample (close #2416)
- core: Print full multiname for "Property does not exist" errors
- Migrate from enumset to bitflags
- web: Display helpful errors when Ruffle fails to initialize
- Allow configuring log level on web
- avm1: Fix target clip behavior in SWF5
- core: Allow exports to be overridden
- web: Drop wasm-pack, invoke wasm-bindgen and wasm-opt directly from npm
- web: Remove event listeners when a Ruffle instance is destroyed
- Implement BitmapData.copyPixels()
- Some pull request reviews not shown.
Created an issue in nickbabcock/bitter that received 3 comments
Big endian support
Thank you for the crate! Supporting big-endian bitstreams would be a useful feature.
3
comments

