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

Rename OS target wasi to wasip1 #747

Open
michaliskambi opened this issue Mar 3, 2025 · 1 comment · May be fixed by #748
Open

Rename OS target wasi to wasip1 #747

michaliskambi opened this issue Mar 3, 2025 · 1 comment · May be fixed by #748

Comments

@michaliskambi
Copy link
Contributor

The OS name for the FPC+WebAssembly target has changed, from wasi to wasip1. As a consequence, currently building FPC trunk with OS_TARGET=wasi (using fpcupdeluxe) fails, with the error The Makefile doesn't support target wasm32-wasi, please run fpcmake first. Stop.

So, fpcupdeluxe needs to also rename wasi -> wasip1.

Background:

michaliskambi added a commit to michaliskambi/fpcupdeluxe that referenced this issue Mar 3, 2025
@michaliskambi
Copy link
Contributor Author

I was impatient, so I made a PR to do this rename: #748 .

Note that the PR can be probably simplified in 2 places if you want to rename (and change layout inside) the cross-libs on the server.

I hope this is helpful :)

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 a pull request may close this issue.

1 participant