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

Investigate and fix deprecation warning from wasm-bindgen #3482

Open
arboleya opened this issue Dec 13, 2024 · 7 comments · May be fixed by #3749
Open

Investigate and fix deprecation warning from wasm-bindgen #3482

arboleya opened this issue Dec 13, 2024 · 7 comments · May be fixed by #3749
Assignees
Labels
chore Issue is a chore

Comments

@arboleya
Copy link
Member

After generating a new app using pnpm create fuels and running fuels:dev inside of it, we get:

using deprecated parameters for the initialization function; pass a single object instead

Ref: rustwasm/wasm-bindgen#4122 (comment)

The fix/bump should probably be done on:

@arboleya arboleya added the chore Issue is a chore label Dec 13, 2024
@petertonysmith94
Copy link
Contributor

The following PR (merged) should resolve this issue.

We're awaiting the sequential bump and release of the next fuel-core version.

@arboleya arboleya self-assigned this Dec 16, 2024
Copy link
Member Author

Blocked by the above comment.

@Torres-ssf
Copy link
Contributor

This problem was not solved by bumping @fuels/vm-asm to 0.59.1.

I found out that merely importing anything from the umbrella package fuels within a test suite causes the log to appear.

@petertonysmith94
Copy link
Contributor

petertonysmith94 commented Jan 22, 2025

Dig some further digging and found that we're passing options incorrectly.

The following PR should resolve this:

This will be blocked until this package is propagated into `fuel-core`.

@arboleya
Copy link
Member Author

@petertonysmith94 The last [email protected] was included in [email protected].

@Torres-ssf Did we manage to confirm if this issue is gone in #3590?

@Torres-ssf
Copy link
Contributor

@Torres-ssf Did we manage to confirm if this issue is gone in #3590?

This problem was not fixed on 0.59.1. And it seems there is no release for 0.59.2

Copy link
Contributor

https://github.com/FuelLabs/fuel-vm/blob/master/CHANGELOG.md
Looks like it's still in the unreleased pile

@petertonysmith94 petertonysmith94 linked a pull request Mar 20, 2025 that will close this issue
4 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
chore Issue is a chore
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants