Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Refactor: WasmConfig, Layer implementation #11

Merged
merged 10 commits into from
Dec 18, 2024
Merged

Refactor: WasmConfig, Layer implementation #11

merged 10 commits into from
Dec 18, 2024

Conversation

dsgallups
Copy link
Owner

  • Renamed WASMLayer -> WasmLayer

  • Renamed WasmLayerConfig -> WasmLayerConfig

  • Replaced WasmLayerConfig::report_logs_in_console and WasmLayerConfig::use_console_color with WasmLayerConfig::console

    • Uses ConsoleConfig enum
  • Added documentation

  • Publicly reexport all structs to root

tests/wasm.rs Outdated
@@ -0,0 +1,9 @@
use wasm_bindgen_test::*;
//use wasm_tracing::prelude::*;
Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

remove

@dsgallups dsgallups merged commit a2595d8 into main Dec 18, 2024
2 checks passed
@dsgallups dsgallups deleted the dsgallups/docs branch December 18, 2024 02:24
sd2k added a commit to grafana/augurs that referenced this pull request Dec 18, 2024
The 1.0 update improves the APIs and includes a helpful change to
omit the origin (line number, file name) from the logs
(dsgallups/wasm-tracing#11).
sd2k added a commit to grafana/augurs that referenced this pull request Dec 18, 2024
The 1.0 update improves the APIs and includes a helpful change to
omit the origin (line number, file name) from the logs
(dsgallups/wasm-tracing#11).
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant