-
Notifications
You must be signed in to change notification settings - Fork 24
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
Failing deserialization of the Miden package #347
Comments
greenhat
added a commit
to 0xPolygonMiden/miden-vm
that referenced
this issue
Oct 30, 2024
…ure names The checked constructor fits when parsing MASM code. The Miden package contains the export names crafted according to the Wasm CM naming scheme i.e. `namespace:package/interface@version#function`. Discovered in 0xPolygonMiden/compiler#347 when parsing the Miden package file of the basic wallet account code.
greenhat
added a commit
to 0xPolygonMiden/miden-vm
that referenced
this issue
Oct 30, 2024
…ure names The checked constructor fits when parsing MASM code. The Miden package contains the export names crafted according to the Wasm CM naming scheme i.e. `namespace:package/interface@version#function`. Discovered in 0xPolygonMiden/compiler#347 when parsing the Miden package file of the basic wallet account code.
greenhat
added a commit
to 0xPolygonMiden/miden-vm
that referenced
this issue
Nov 4, 2024
…ure names The checked constructor fits when parsing MASM code. The Miden package contains the export names crafted according to the Wasm CM naming scheme i.e. `namespace:package/interface@version#function`. Discovered in 0xPolygonMiden/compiler#347 when parsing the Miden package file of the basic wallet account code.
bobbinth
pushed a commit
to 0xPolygonMiden/miden-vm
that referenced
this issue
Nov 4, 2024
…ure names (#1554) The checked constructor fits when parsing MASM code. The Miden package contains the export names crafted according to the Wasm CM naming scheme i.e. `namespace:package/interface@version#function`. Discovered in 0xPolygonMiden/compiler#347 when parsing the Miden package file of the basic wallet account code.
Fixed in 0xPolygonMiden/miden-vm#1554 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
It could be related to the error discovered in #319 (comment)
The package parsing fails when parsing the
masp
file compiled in thebuild_new_project_from_template
test.The code to reproduce:
The text was updated successfully, but these errors were encountered: