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

compile with --threads:off Update cart.nimble #742

Merged
merged 2 commits into from
Jul 22, 2024
Merged

Conversation

0riginaln0
Copy link
Contributor

When compiling the cart, an error occurs:
Threads not implemented for os:any. Please compile with --threads:off. stack trace: (most recent call last)

Added --threads:off flag, for successful compilation of the cart

When compiling the cart, an error occurs:
Threads not implemented for os:any. Please compile with --threads:off.
stack trace: (most recent call last)

Added --threads:off flag, for successful compilation of the cart
The build with wasm-opt failed with the error:
[wasm-validator error in function 1] unexpected false: Bulk memory operations require bulk memory [--enable-bulk-memory]

Added --enable-bulk-memory flag to the template.
@aduros
Copy link
Owner

aduros commented Jul 22, 2024

Thanks!

@aduros aduros merged commit acc3e0a into aduros:main Jul 22, 2024
5 checks passed
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.

2 participants