-
Notifications
You must be signed in to change notification settings - Fork 645
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
Update hello.wasm project to use staging build tools and libraries #1197
Conversation
I think the plan is to replace hello.wasm with Rust version. @nearmax |
this is really just to unbreak current stuff for now it might be useful to extract some of that stuff as toolchain test for asc though even if we don't use it for other tests |
Is the intent to fix nearlib CI? |
Intent is to make nearlib tests runnable to keep sanity, yes. |
Side-effect: see impact of toolchain changes. |
You mean gulp files? |
@nearmax not just gulpfiles, e.g. contract code required significant changes |
4617dd6
to
c14fbb9
Compare
This now compiles on latest tools with latest runtime + compiler. Should we merge this? |
No description provided.