forked from swiftlang/swift-format
-
Notifications
You must be signed in to change notification settings - Fork 0
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
wasm32-wasip1-threads #55
Draft
kkebo
wants to merge
2
commits into
wasm32-wasi
Choose a base branch
from
wasm32-wasip1-threads
base: wasm32-wasi
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Draft
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
kkebo
force-pushed
the
wasm32-wasip1-threads
branch
from
June 9, 2024 04:29
b4ccc5d
to
2e8cdfa
Compare
a-Shell cannot run this executable. $ swift-format-threads.wasm lint -rs format_test/
wasm: TypeError: import env:memory must be an object (evaluating 'new WebAssembly.Instance(module, wasi.getImports(module))') |
kkebo
force-pushed
the
wasm32-wasip1-threads
branch
from
June 9, 2024 11:03
2e8cdfa
to
0dd02e1
Compare
Wasmtime also cannot run it. $ wasmtime --dir / --wasm max-wasm-stack=$STACK_SIZE .build/release/swift-formatPackageTests.wasm
Error: failed to run main module `.build/release/swift-formatPackageTests.wasm`
Caused by:
0: failed to instantiate ".build/release/swift-formatPackageTests.wasm"
1: unknown import: `env::memory` has not been defined |
It seems that runtime support is required to run binaries that built for |
Wasmtime 21.0.1 requires the |
kkebo
force-pushed
the
wasm32-wasip1-threads
branch
from
July 11, 2024 16:24
7f9d3e4
to
a6ee612
Compare
kkebo
force-pushed
the
wasm32-wasip1-threads
branch
from
July 30, 2024 15:18
a6ee612
to
5ff79a2
Compare
kkebo
force-pushed
the
wasm32-wasip1-threads
branch
2 times, most recently
from
September 1, 2024 03:56
9e9cf60
to
da9d9b5
Compare
kkebo
commented
Sep 17, 2024
kkebo
force-pushed
the
wasm32-wasip1-threads
branch
2 times, most recently
from
September 17, 2024 17:06
566e554
to
63da388
Compare
kkebo
force-pushed
the
wasm32-wasip1-threads
branch
from
October 7, 2024 16:51
63da388
to
5431bf7
Compare
Now, the |
kkebo
force-pushed
the
wasm32-wasip1-threads
branch
from
October 16, 2024 17:57
5431bf7
to
1631296
Compare
kkebo
force-pushed
the
wasm32-wasip1-threads
branch
from
October 28, 2024 11:37
1631296
to
f71f9f0
Compare
kkebo
force-pushed
the
wasm32-wasip1-threads
branch
3 times, most recently
from
November 14, 2024 18:04
d1c7031
to
6f01720
Compare
kkebo
force-pushed
the
wasm32-wasip1-threads
branch
3 times, most recently
from
November 23, 2024 11:49
3a1d806
to
d9e28b8
Compare
kkebo
force-pushed
the
wasm32-wasip1-threads
branch
2 times, most recently
from
November 30, 2024 12:14
3520525
to
b9cb676
Compare
kkebo
force-pushed
the
wasm32-wasip1-threads
branch
2 times, most recently
from
December 6, 2024 13:54
c2c5503
to
58666a4
Compare
kkebo
force-pushed
the
wasm32-wasip1-threads
branch
2 times, most recently
from
December 26, 2024 18:17
edecce8
to
3a1bcc6
Compare
kkebo
force-pushed
the
wasm32-wasip1-threads
branch
from
January 20, 2025 09:58
3a1bcc6
to
acd3470
Compare
kkebo
force-pushed
the
wasm32-wasip1-threads
branch
from
January 21, 2025 17:26
acd3470
to
60a71f8
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.