nasso

Results 17 issues of nasso

As discussed in #53, WASI needs some way of doing computation and rendering on the GPU, and WebGPU seems to be the best candidate for a cross-platform and safe API....

feature-request

This PR adds support for [`#[repr(transparent)]`][RFC] on exported types: ```rust #[repr(transparent)] #[wasm_bindgen] pub struct TransparentU32(u32); #[wasm_bindgen] pub fn make_transparent_u32(value: u32) -> TransparentU32 { TransparentU32(value) } #[wasm_bindgen] pub fn get_transparent_u32(value: TransparentU32)...

needs review

I know we already have `wasm_import_module_name`, but clang already has attributes for that! Supporting them directly would be much more convenient, I think? See: https://clang.llvm.org/docs/AttributeReference.html#import-module Another big motivation for this...

C-feature-request

- Added a `replace_node.c` example showing how one can hot-swap a filtergraph - Added a `send_eos` init option to control whether filters send EOS when destroyed - Added a new...

### Describe the Feature TL;DR: Add a user preference checkbox that makes the content warning (self-label) modal dialog open automatically when media is added in the composer. #### Motivation Content...

feature-request

Spec: https://w3c.github.io/FileAPI/#ref-for-dom-blob-bytes https://github.com/rustwasm/wasm-bindgen/blob/c35cc9369d5e0dc418986f7811a0dd702fb33ef9/crates/web-sys/webidls/enabled/Blob.webidl#L32-L36 This would be nice to have, as it allows directly going from `Blob` to `Uint8Array`, skipping the `ArrayBuffer` step. If it's just a matter of updating the...

Specification: https://w3c.github.io/clipboard-apis/#clipboard-event-clipboardchange Not currently supported in any browser (I don't think?). Blink: https://issues.chromium.org/issues/41442253

Support data suggestion