Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-03-10 | build: run clippy with --all-features (#18115) | Bartek Iwańczuk | |
2023-03-07 | refactor(core): don't use Result in ExtensionBuilder::state (#18066) | Bartek Iwańczuk | |
There's no point for this API to expect result. If something fails it should result in a panic during build time to signal to embedder that setup is wrong. | |||
2023-02-20 | refactor: move webgpu files to ext root (#17832) | Leo Kettmeir | |
Required for #17826 |