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

Error is displayed when i execute 'wasm-pack build' command #50

Open
lamei1224 opened this issue Jun 6, 2020 · 2 comments
Open

Error is displayed when i execute 'wasm-pack build' command #50

lamei1224 opened this issue Jun 6, 2020 · 2 comments
Labels
bug Something isn't working

Comments

@lamei1224
Copy link

Describe the Bug

Error is displayed when i execute 'wasm-pack build' command

Steps to Reproduce

  1. Firstly ,i want to re-line code from https://github.com/paritytech/stateless-blockchain
  2. When i execute wasm-pack build on package accumulator-client
  3. Error displayed"the legacy llvm-style asm syntax is no longer supported"

Expected Behavior

Execute command wasm-pack build will be successful

Actual Behavior

Error displayed

If applicable, add screenshots to help explain your problem.
wasm-pack error

@lamei1224 lamei1224 added the bug Something isn't working label Jun 6, 2020
@lamei1224
Copy link
Author

i tried to download llvm, but i did not successfully, it's too slowly.so i want to know how to migrate to the new asm!

@jpryne
Copy link

jpryne commented Aug 4, 2020

The new syntax is outlined here. This isn't a bug, but rather how the language is developing over time. You can either switch the macro to llvm-asm!, or learn & use the new syntax.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants