Stuart Harris

Results 8 issues of Stuart Harris

Adds a new plugin to support `webpack` bundling for `Serverless 1.0`. - [x] add new plugin - [x] update README - [x] add `npm run build` to compile `es6` to...

Feature request: a `monobuild` command that calculates a hash for a component (or list of components). This would facilitate the ability to memoize build steps (e.g. when using an artefact...

⚡️enhancement

Use a 64 bit `trace_id` (instead of 128 bit) so that it can be compiled for `wasm32-unknown-emscripten`

Experimental build system using [Dagger](https://dagger.io). This is mainly for my benefit, so I can learn [Cue](https://cuelang.org/) and Dagger. The wasmCloud provider includes linux specific HAL, so cannot be easily built...

This is an experiment to see whether we can use rustdoc's JSON output to generate foreign types (in TS, Swift and Kotlin) for crux shared libs. The JSON has all...

Just messing around with `crux doctor` in order to understand what templates should look like for the file diffing (note: we're treating file diffing as a blunt tool right now,...

## CLI tool Some ideas for a simple Crux CLI that can analyze, validate, fix, and create Crux projects within a workspace. Let's start simple, and evolve over time. Some...

enhancement

From [Uniffi changelog](https://github.com/mozilla/uniffi-rs/blob/main/CHANGELOG.md): Crates can now use proc-macros without UDL files to export their interface. See the "Procedural Macros: Attributes and Derives" manual section for details. Placeholder issue to investigate...