Skip to content

Conversation

Ro6afF
Copy link
Contributor

@Ro6afF Ro6afF commented Sep 30, 2025

(edit: produces the signature map file needed from the wasm(wazero) recorder for stylus in this PR : metacraft-labs/codetracer-wasm-recorder#14 )

# NOTE: remove CatchableError if using custom exception
proc deployStylus*() {.raises: [OSError, IOError, CatchableError, Exception].} =
let wasmWithDebug = doDebugBuild()
let signatureMapJson = $(%doSignatureMap())
Copy link
Member

Choose a reason for hiding this comment

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

use Json.encode if possible (from status json serialization lib)

@alehander92 alehander92 added enhancement New feature or request ct-entrypoint Issues related to the ct utility labels Sep 30, 2025
@alehander92 alehander92 added this to the Stylus Milestone 5 milestone Sep 30, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

ct-entrypoint Issues related to the ct utility enhancement New feature or request

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants