http-rs / http-types

Common types for HTTP operations
https://docs.rs/http-types
Apache License 2.0
200 stars 84 forks source link

use 64 bit trace id (for wasm-unknown-emscripten target) #522

Open StuartHarris opened 9 months ago

StuartHarris commented 9 months ago

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

OneOfOne commented 7 months ago

I'm starting to manage an active fork of this repo, if you can submit this pr to https://github.com/OneOfOne/http-types-rs and make sure it passes tests, I'll publish it.