Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
1855 commits
Select commit Hold shift + click to select a range
80d3537
Merge remote-tracking branch 'origin/main' into feat/memory-size-fn
Arshia001 Jul 2, 2025
1487ac4
Merge pull request #5617 from wasmerio/feat/memory-size-fn
Arshia001 Jul 2, 2025
00523ea
Fix missing dependency in `wasmer-package` for `wasm` targets
winderica Jul 6, 2025
21cee9a
feat: support wasi-common feature
hardfist Jul 7, 2025
20c1a15
fix: change wasi-common to sys-minimal
hardfist Jul 7, 2025
40e98b1
chore: update comment
hardfist Jul 7, 2025
cf8aa38
Merge pull request #5621 from hardfist/wasi-common
Arshia001 Jul 7, 2025
73f19c4
Add functions to get a scalar Value as a slice
zebreus Jun 11, 2025
ef9b2cc
WIP: second call_dynamic iteration
zebreus Jun 11, 2025
3567f12
Implement basic register_function functionality in the linker
zebreus Jun 12, 2025
bac2f04
WIP: Add support for registering closures
zebreus Jun 13, 2025
a41e20b
Reset stack pointer after closure
zebreus Jun 13, 2025
f77d7b0
Add a way to load modules from memory
zebreus Jun 17, 2025
4284114
Make ModuleLoader borrowing
zebreus Jun 17, 2025
53d6883
Rename ModuleLoader to WasmLoader
zebreus Jun 17, 2025
17c1bfb
Rewrite closure_prepare to use dynamic wasm modules
zebreus Jun 17, 2025
525bab9
Allow loading the main module via dlopen
zebreus Jun 18, 2025
32746ed
Improve wasix closures API
zebreus Jun 23, 2025
19b2cb9
Improve error handling
zebreus Jun 23, 2025
af6ebab
Stop hijacking call_ctors for closure table init
zebreus Jun 24, 2025
ecef418
Use wasm_encoder to build closures instead of string interpolation
zebreus Jun 24, 2025
b15ba38
Clean up closure_prepare
zebreus Jun 24, 2025
7e06167
Move WasmValueType into wasix-types
zebreus Jun 24, 2025
f10760a
Improve access to the indirect function table in the linker
zebreus Jun 24, 2025
ae5ca3c
Remove comment about allocate_function_table returning a u64
zebreus Jun 24, 2025
5eca1e0
Cache the indirect function table export
zebreus Jun 24, 2025
785e825
Add fixme to closure prepare
zebreus Jun 30, 2025
10823e4
Allow side modules without tls initialization
zebreus Jun 30, 2025
5e9d3e8
Improve dynamic call tracing
zebreus Jul 1, 2025
e8a55b9
Add trace logs for indirect function table operations
zebreus Jul 7, 2025
16f96ff
Log dlopen flags
zebreus Jul 9, 2025
8299073
Add more information to call_dynamic traces
zebreus Jul 9, 2025
006d60e
Merge pull request #5620 from winderica/package-dep
syrusakbary Jul 10, 2025
bb4d069
Improve help messages for auth commands
zebreus Jul 10, 2025
350a741
Update lib/cli/src/commands/auth/login/mod.rs
syrusakbary Jul 10, 2025
e4b8bbd
Update lib/cli/src/commands/auth/whoami.rs
syrusakbary Jul 10, 2025
8fd6c1c
Update lib/cli/src/commands/auth/logout.rs
syrusakbary Jul 10, 2025
5b1d8b8
Unify auth help messages
zebreus Jul 10, 2025
5fe8e2a
Update lib/cli/src/commands/auth/mod.rs
syrusakbary Jul 10, 2025
65b0d5c
Merge pull request #5628 from wasmerio/fix-auth-help
syrusakbary Jul 10, 2025
093cd11
Remove strictness from directory_tree
zebreus Jul 10, 2025
7af7b42
Add test for error propagation on non-existent directory
zebreus Jul 11, 2025
8f828a4
Rename as_bytes
zebreus Jul 11, 2025
400e05a
Fix formatting errors
zebreus Jul 11, 2025
75bb9c5
Move value as_bytes functions to call_dynamic
zebreus Jul 11, 2025
2e733fd
Improve code quality with clippy
zebreus Jul 11, 2025
8d40f05
Improve visibility of failed threads
zebreus Jul 14, 2025
05c136e
Refactor thread_spawn
zebreus Jul 14, 2025
75e4d4d
Fix clippy errors in various files
zebreus Jul 14, 2025
2f9fc29
Fix typo
zebreus Jul 14, 2025
bf6e583
Various minor improvements
zebreus Jul 14, 2025
0498973
Apply my own review comments XD
Arshia001 Jul 14, 2025
314188d
fix(wasix): make wasmer/wat & wasmer/js-serializable-module optional …
hardfist Jul 15, 2025
fbfdeaf
Fix lints
Arshia001 Jul 15, 2025
c7d6d36
Merge pull request #5598 from wasmerio/dynamic-calls
Arshia001 Jul 15, 2025
8388036
Implement strict mode switch in call_dynamic
Arshia001 Jul 15, 2025
e35de42
Merge pull request #5636 from wasmerio/feat/call-dynamic-strict-mode
Arshia001 Jul 15, 2025
7ff60fb
Add a maximum memory size for closure modules
zebreus Jul 15, 2025
0d17c91
Merge pull request #5637 from wasmerio/add-max-memory-size
syrusakbary Jul 15, 2025
8b3ea57
Fix max size of the shared memory
zebreus Jul 15, 2025
20f2b2e
Merge pull request #5638 from wasmerio/add-max-memory-size
syrusakbary Jul 15, 2025
a4cf6b7
Update CHANGELOG
Arshia001 Jul 15, 2025
3202224
Release 6.1.0-rc.1
Arshia001 Jul 15, 2025
b072bb5
Update changelog
Arshia001 Jul 15, 2025
b5cba1c
Fix lints (why now?)
Arshia001 Jul 15, 2025
7b627c5
Add CDLA-Permissive-2.0 to allowed licenses
Arshia001 Jul 15, 2025
c3ca4a6
Merge pull request #5640 from wasmerio/release-6.1.0-rc.1
Arshia001 Jul 15, 2025
c3b4470
Work around wasmer-headless build failure by switching away from Xargo
Arshia001 Jul 16, 2025
6783c5a
Merge pull request #5641 from wasmerio/fix/wasmer-headless-build
syrusakbary Jul 16, 2025
3960133
Fix exiting in call_dynamic
zebreus Jul 16, 2025
21ce6c2
Merge pull request #5642 from wasmerio/fix-exit-in-call-dynamic
Arshia001 Jul 16, 2025
e375c17
Update CHANGELOG
Arshia001 Jul 16, 2025
20c50bf
Release 6.1.0-rc.2
Arshia001 Jul 16, 2025
cc7e17a
Update changelog
Arshia001 Jul 16, 2025
485cda0
Merge pull request #5643 from wasmerio/release-6.1.0-rc.2
syrusakbary Jul 16, 2025
057c60d
Merge branch 'main' into yj/wasmer-default-feature
syrusakbary Jul 17, 2025
97fea04
Merge pull request #5629 from wasmerio/fix-webc-gitignore
zebreus Jul 17, 2025
527fb89
Merge pull request #5618 from wasmerio/engine-improvements
syrusakbary Jul 17, 2025
2777f5b
Merge pull request #5635 from hardfist/yj/wasmer-default-feature
syrusakbary Jul 17, 2025
dd6c02d
fix: fix wat gating
hardfist Jul 18, 2025
2743cf1
Merge pull request #5646 from hardfist/yj/fix-gating
syrusakbary Jul 20, 2025
0a95470
fix(lib/api): make `Memory::new_from_existing(...)` compatible with w…
StackOverflowExcept1on Jul 21, 2025
febb4a2
Implement reflection syscall
zebreus Jul 21, 2025
383ea8e
try to fix ci
StackOverflowExcept1on Jul 21, 2025
eb3f8d0
fix ci again
StackOverflowExcept1on Jul 21, 2025
4d6165a
Merge pull request #5652 from StackOverflowExcept1on/fix-memory-new-f…
syrusakbary Jul 21, 2025
1ac6efa
Refactor reflect_signature to use WasmSlice instead of pointer access
zebreus Jul 22, 2025
3dd0b81
Move ReflectionResult to bindings
zebreus Jul 22, 2025
cb6b2f1
Refactor interface of indirect_function_table_lookup
zebreus Jul 22, 2025
eb71a2f
Update publish script to account for local dependencies from the work…
Arshia001 Jul 22, 2025
42186a0
Merge pull request #5515 from zeroprooff/main
zebreus Jul 22, 2025
cd8d6a1
Fix linker's handling of __c_longjmp, add support for __cpp_exception
Arshia001 Jul 22, 2025
5ffb2aa
Fix type of cacheable
zebreus Jul 22, 2025
bc7dce5
Merge pull request #5653 from wasmerio/reflection
zebreus Jul 23, 2025
641030b
Merge pull request #5655 from wasmerio/fix/bunch-of-stuff
Arshia001 Jul 23, 2025
1e51f46
Enable the "all" feature for socket2.
dummygithubaccount Aug 2, 2025
1cd3485
WIP: Use other runtime for module loading
zebreus Aug 4, 2025
4908e71
Merge pull request #5673 from zhezzz/fix/socket2-feature-all
syrusakbary Aug 4, 2025
786a84c
Fix binding UDP sockets on linux, fix IPv6 UDP sockets
Arshia001 Jul 29, 2025
32bc8ce
Fix connect and sendto calls that operate on an unbound UDP socket
Arshia001 Jul 29, 2025
94f2b9c
Rework how pipes and event FDs interact with the epoll system
Arshia001 Jul 31, 2025
c5e955f
Fix lints and nits
Arshia001 Aug 4, 2025
e40d947
Add tests for UDP and socket-pair-over-epoll
Arshia001 Aug 5, 2025
c5fcb2a
Call __wasm_apply_tls_relocs during first load of each module
Arshia001 Aug 5, 2025
a4765f5
Make sure FileSystemCache always uses the bundled tokio runtime
zebreus Aug 6, 2025
c8334ff
Fix loading shared libs from filesystem cache
zebreus Aug 6, 2025
fc021be
fix(lib/vm): vendor `compiler-builtins` to fix undefined symbol `__ru…
StackOverflowExcept1on Aug 7, 2025
5097cbf
use `rustc-check-cfg` instead of `unexpected_cfgs`
StackOverflowExcept1on Aug 7, 2025
fd4528a
Merge pull request #5690 from StackOverflowExcept1on/fix-rust-probestack
syrusakbary Aug 7, 2025
3a067aa
chore(ci): upgrade checkout to v5
rejected-l Aug 12, 2025
af28aa2
feat(config): Add CapabilitySshServerV1 to app config
theduke Aug 7, 2025
e75a5e0
Merge pull request #5693 from rejected-l/main
syrusakbary Aug 14, 2025
2d69148
Merge pull request #5689 from wasmerio/run-704-add-ssh-settings-to-ap…
syrusakbary Aug 14, 2025
e2c5c74
Merge pull request #5679 from wasmerio/fix/linker-tls-relocs
syrusakbary Aug 14, 2025
81cd131
Fix segfault on unterminated eh_frame by validating the frame before …
zebreus Jul 31, 2025
9612a51
Make sure .eh_frame sections generated by cranelift and singlepass en…
zebreus Aug 4, 2025
ba9dc1e
Make loop exit condition more expressive
zebreus Aug 5, 2025
f7473f6
Rewrite comment to make it more clear
zebreus Aug 5, 2025
3e2b344
Disable checks for invalid eh_frames
zebreus Aug 14, 2025
dd49e1a
Fix initialization of main DL modules
Arshia001 Aug 18, 2025
3078779
Update slab dep to fix cargo-deny
Arshia001 Aug 18, 2025
704c3c8
Update Windows build/test CI scripts
Arshia001 Aug 18, 2025
e185a1a
Merge pull request #5696 from wasmerio/fix/linker-main-module-init
Arshia001 Aug 19, 2025
6f2a0b5
Merge pull request #5670 from wasmerio/validate-eh-frame
syrusakbary Aug 19, 2025
7d06fd2
Merge pull request #5634 from wasmerio/improve-thread-error-handling
syrusakbary Aug 19, 2025
0e0d114
Update lib/wasix/src/runners/wasi.rs
zebreus Aug 19, 2025
0e16b56
Add warning about blocking operation
zebreus Aug 19, 2025
f6b34b8
Implement RUNTIME_PATH support in the linker
Arshia001 Aug 15, 2025
15869c4
Improve handling of RUNPATH during dlopen
Arshia001 Aug 19, 2025
319b1ac
Merge pull request #5677 from wasmerio/fix-shared-library-loading
zebreus Aug 19, 2025
2ee5d29
Merge pull request #5695 from wasmerio/feat/linker-runtime-path
zebreus Aug 19, 2025
f18d948
Add WASIX DL tests, switch to wasixcc for wasix tests to get DL support
Arshia001 Aug 19, 2025
4580374
Update CI script for WASIX tests
Arshia001 Aug 19, 2025
e298d1d
Merge pull request #5697 from wasmerio/chore/wasix-dl-tests
Arshia001 Aug 20, 2025
64480ac
Update CHANGELOG
Arshia001 Aug 20, 2025
a25bf94
Release 6.1.0-rc.3
Arshia001 Aug 20, 2025
e9b2ad8
Update CHANGELOG
Arshia001 Aug 20, 2025
12ae292
Fix lints (how do these always surface in release PRs?)
Arshia001 Aug 20, 2025
bf66471
Merge pull request #5698 from wasmerio/release-6.1.0-rc.3
Arshia001 Aug 20, 2025
23aa335
Fix synchronizing load of multiple modules with internal table space …
Arshia001 Aug 20, 2025
736c311
Merge pull request #5699 from wasmerio/fix/linker-needed-with-interle…
Arshia001 Aug 20, 2025
83e9be4
fix(DynamicFunction): allocate space for trap on host stack
StackOverflowExcept1on Aug 25, 2025
ea38864
fix more places with raise_user_trap
StackOverflowExcept1on Aug 25, 2025
c257669
Merge pull request #5700 from StackOverflowExcept1on/fix-windows-allo…
syrusakbary Aug 25, 2025
a8d2d86
Simplify unwind behavior. Fix #5702
syrusakbary Aug 25, 2025
730137e
Improved comments
syrusakbary Aug 25, 2025
6f084a1
Fixed tabs, now spaces
syrusakbary Aug 25, 2025
60869a7
Fixed tabs in even more places
syrusakbary Aug 25, 2025
8137133
fix(config): Add missing skip_serializing_if for ssh capability
theduke Aug 25, 2025
c2b112e
Merge pull request #5703 from wasmerio/simplify-unwind
syrusakbary Aug 25, 2025
d00ea87
Fix caching dlsym results in the linker
Arshia001 Aug 26, 2025
ab6f820
Merge pull request #5706 from wasmerio/fix/linker-dlsym-cache
Arshia001 Aug 26, 2025
641b7ac
compiler: Ensure unique function symbols by appending function index
heiher Aug 26, 2025
76a7799
Merge pull request #5707 from heiher/unique-func-name
syrusakbary Aug 26, 2025
ab1c253
chore(backend-api): Update GraphQL schema
theduke Sep 1, 2025
2d342fe
feat(backend-api): Add generate_ssh_token support
theduke Sep 1, 2025
3dcd456
feat: Extend 'wasmer ssh' command with app access
theduke Sep 1, 2025
0986d27
Fix impossible relocation error in emit srem64, urem64 for singlepass…
ByteNacked Sep 2, 2025
05db83c
WIP: Rework imported tags
Arshia001 Sep 7, 2025
6749f27
Add support for nested try_table instructions
Arshia001 Sep 8, 2025
57e2c92
Singlepass: simplify selection of dynamic registers
marxin Sep 9, 2025
b033525
Fix try_table with inputs
Arshia001 Sep 10, 2025
6e0ad78
use latest dynasm-rs release
marxin Sep 10, 2025
c1a7789
supress clippy warning
marxin Sep 10, 2025
081cb4d
Merge pull request #5716 from ByteNacked/fix-aarch64-singlepass-impos…
syrusakbary Sep 11, 2025
56b3de2
Add support for catch-less try_table blocks
Arshia001 Sep 11, 2025
0eaa5b0
fix wrongly simplified usage of dynasm
marxin Sep 11, 2025
b98b19f
Merge pull request #5724 from marxin/dynasm-simplify-dynamic-regs
syrusakbary Sep 11, 2025
2bb5e28
Apply review comments, fix CI
Arshia001 Sep 11, 2025
34bb339
More small fixes
Arshia001 Sep 12, 2025
bb98c4b
Merge pull request #5726 from wasmerio/fix/imported-tags
syrusakbary Sep 12, 2025
7c34fa4
Update CHANGELOG
Arshia001 Sep 12, 2025
fffe85f
Release 6.1.0-rc.4
Arshia001 Sep 12, 2025
8fa3b9b
Update CHANGELOG
Arshia001 Sep 12, 2025
afec465
Downgrade comfy-table
Arshia001 Sep 12, 2025
3301d3a
Merge pull request #5730 from wasmerio/release-6.1.0-rc.4
syrusakbary Sep 12, 2025
29ef3b6
Replace serde_yml with serde_yaml
Arshia001 Sep 16, 2025
daa4f41
Update job serialization roundtrip test w.r.t. change in YAML serializer
Arshia001 Sep 16, 2025
212d0a3
LLVM codegen: truncate stack to correct size when leaving a WASM block
Arshia001 Sep 15, 2025
60ed883
Fix CI
Arshia001 Sep 16, 2025
3c01140
Merge pull request #5736 from wasmerio/fix/llvm-block-codegen
Arshia001 Sep 16, 2025
5bdd5af
Update CHANGELOG
Arshia001 Sep 16, 2025
9c36bcb
Release 6.1.0-rc.5
Arshia001 Sep 16, 2025
0598c18
Update CHANGELOG
Arshia001 Sep 16, 2025
6847666
Pin comfy-table to 7.1
Arshia001 Sep 16, 2025
11f7a08
Run build workflow for release PRs
Arshia001 Sep 16, 2025
d0e4bf9
Fix macOS-x64 build
Arshia001 Sep 16, 2025
817bc7a
Merge pull request #5742 from wasmerio/release-6.1.0-rc.5
Arshia001 Sep 16, 2025
2a94109
feat(backend-api): Add some new queries
theduke May 31, 2025
823f267
Add new stub SDK crate
theduke May 31, 2025
ca21968
feat(sdk): Implement package publishing and app deployment
theduke Jun 1, 2025
07a77f4
feat(backend-api): Add autobuild deployment wrappers
theduke Sep 16, 2025
f0175ab
Fix compilation breaking for modules with function names that have sp…
Arshia001 Sep 19, 2025
c6f2fc2
Fix linter issues
zebreus Sep 23, 2025
aaf1f06
feat: Add --build-remote flag to 'wasmer deploy'
theduke Sep 17, 2025
959a0d1
Fix order of arguments when spawning processes from WASI
zebreus Sep 23, 2025
d37f584
Merge pull request #5752 from wasmerio/fix/llvm-special-names
zebreus Sep 23, 2025
b8a42d8
feat(wasix): Improve module loading performance and API correctness
theduke Sep 17, 2025
adf9972
Preserve API stablility for load_module
theduke Sep 23, 2025
f850f00
chore: Fix clippy lints
theduke Sep 23, 2025
b60af6b
fixup! feat(wasix): Improve module loading performance and API correc…
theduke Sep 23, 2025
dcaff6c
fix(wasix): Linker must retain the Engine
theduke Sep 16, 2025
48babd1
Fix stalling issue when using shared libraries
zebreus Sep 22, 2025
00a393c
Allow nested use of InlineWaker
zebreus Sep 23, 2025
bb49ecd
tmp
theduke Sep 24, 2025
5b752c8
--build-remote improvements
theduke Sep 24, 2025
8866bd4
Merge pull request #5756 from wasmerio/improve-tokio-stalling-situation
zebreus Sep 24, 2025
c4f2f21
Merge pull request #5757 from wasmerio/fix-order-of-arguments-when-sp…
zebreus Sep 24, 2025
ea15647
chore(lib/vm): update `corosensei` to `0.3.0` to support AddressSanit…
StackOverflowExcept1on Sep 28, 2025
061fee9
Merge pull request #5763 from StackOverflowExcept1on/update-corosensei
syrusakbary Sep 29, 2025
ede297a
build-remote: Respect ignore files when building package zip
theduke Sep 29, 2025
fac9243
Merge pull request #5743 from wasmerio/run-735-cli-add-build-remote-f…
syrusakbary Sep 29, 2025
44fa1b7
Move async-trait dependency to workspace
theduke Sep 29, 2025
dcceb17
Make table methods don’t fail in the browser
syrusakbary Sep 30, 2025
ad0dd07
Merge pull request #5769 from wasmerio/codex/lift-async-trait-to-work…
syrusakbary Sep 30, 2025
d14f14a
feat(cli): Add loading spinner when compiling modules in TTY
theduke Sep 30, 2025
4c3cdba
Add `/dev/shm` to the root filesystem
zebreus Sep 30, 2025
51f13ce
Merge pull request #5775 from wasmerio/wasmer-dev-shm
zebreus Sep 30, 2025
b89006e
Linker: fix dlsym'ing functions from the main modules when there are …
Arshia001 Oct 1, 2025
7edd43a
Fix nested try_tables with a catch_ref
Arshia001 Oct 1, 2025
8224927
Merge pull request #5773 from wasmerio/run-748-featcli-show-loading-s…
Arshia001 Oct 1, 2025
35e96d0
Merge pull request #5779 from wasmerio/fix/linker-dlsym-from-main-wit…
zebreus Oct 1, 2025
e1eb813
chore(cli): Provide fallback login instructions in login command
theduke Sep 30, 2025
cf927d6
Merge pull request #5770 from wasmerio/js-fixes
syrusakbary Oct 1, 2025
f737db7
Merge pull request #5780 from wasmerio/fix/eh-nested-catch-ref
Arshia001 Oct 2, 2025
d70ab77
Fix deadlocks in Selector
zebreus Sep 26, 2025
8552a99
Fix potential race condition in selector
zebreus Sep 30, 2025
e3c75f1
Register only one waker for the SelectorPoll
zebreus Sep 30, 2025
d27bef0
Fix minor styling error
zebreus Sep 30, 2025
add0cc1
Fix minor error in registry lock
zebreus Sep 30, 2025
7f4f26d
Add really basic tests for virtual-io selector
zebreus Oct 1, 2025
5f0fb41
Run selector tests only on unix
zebreus Oct 1, 2025
b80eec2
Change ordering from Relaxed to SeqCst
zebreus Oct 2, 2025
2b8ae19
chore(cli): package unpack command: add shortform -u
theduke Oct 1, 2025
db53eae
Merge pull request #5783 from wasmerio/run-751-cli-package-unpack-com…
Arshia001 Oct 3, 2025
8bf6092
SDK cleanup
theduke Sep 30, 2025
70032d9
deps(sdk): Don't force reqwest/rustls-tls feature
theduke Sep 30, 2025
53262a2
Remote app deployments: custom DeployRemoteError
theduke Sep 30, 2025
9f7f548
Make sdk errors non_exhaustive
theduke Sep 30, 2025
bb3351e
chore: Handle unknown event
theduke Oct 1, 2025
4edd8a9
chore(sdk): better error wrapping for wait_app
theduke Oct 3, 2025
e03f342
fix(cli): Improve behaviour for deployments without wasmer.toml
theduke Oct 7, 2025
4866c84
Rework how file ignoring works when packaging.
Arshia001 Oct 3, 2025
b3e1f6a
Merge pull request #5789 from wasmerio/cli-deploy-fixes
syrusakbary Oct 7, 2025
2f59de3
Merge pull request #5784 from wasmerio/feat/package-ignore-mode
syrusakbary Oct 7, 2025
845edc6
Update CHANGELOG
Arshia001 Oct 7, 2025
b39242a
Release 6.1.0
Arshia001 Oct 7, 2025
d6a43d5
Update CHANGELOG
Arshia001 Oct 7, 2025
3189527
Merge pull request #5790 from wasmerio/release-6.1.0
Arshia001 Oct 8, 2025
79f426c
Merge tag 'v6.1.0' into merge-wasmer-v6.1.0
bragaigor Dec 15, 2025
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
1 change: 0 additions & 1 deletion .github/CODEOWNERS
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ lib/compiler-cranelift @syrusakbary
lib/compiler-llvm
lib/compiler-singlepass @syrusakbary
lib/deprecated
lib/emscripten
lib/engine @syrusakbary
lib/engine-jit @syrusakbary
lib/engine-native @syrusakbary
Expand Down
4 changes: 2 additions & 2 deletions .github/cross-linux-riscv64/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ RUN apt-get update && \
# install rust tools
RUN curl --proto "=https" --tlsv1.2 --retry 3 -sSfL https://sh.rustup.rs | sh -s -- -y
ENV PATH="/root/.cargo/bin:${PATH}"
RUN rustup -v toolchain install 1.74
RUN rustup -v toolchain install 1.84
# add docker the manual way
COPY install_docker.sh /
RUN /install_docker.sh
Expand Down Expand Up @@ -61,7 +61,7 @@ ENV CARGO_TARGET_RISCV64GC_UNKNOWN_LINUX_GNU_LINKER="$CROSS_TOOLCHAIN_PREFIX"gcc
RUST_TEST_THREADS=1 \
PKG_CONFIG_PATH="/usr/lib/riscv64-linux-gnu/pkgconfig/:${PKG_CONFIG_PATH}"

RUN rustup target add riscv64gc-unknown-linux-gnu --toolchain 1.74-x86_64-unknown-linux-gnu
RUN rustup target add riscv64gc-unknown-linux-gnu --toolchain 1.84-x86_64-unknown-linux-gnu

#compile libssl-dev for riscv64!
COPY build_openssl.sh /
Expand Down
2 changes: 1 addition & 1 deletion .github/pull_request_template.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<!--
Prior to submitting a PR, review the CONTRIBUTING.md document for recommendations on how to test:
https://github.com/wasmerio/wasmer/blob/main/CONTRIBUTING.md#pull-requests
https://github.com/wasmerio/wasmer/blob/main/docs/CONTRIBUTING.md#pull-requests

-->

Expand Down
7 changes: 3 additions & 4 deletions .github/workflows/benchmark.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@ name: Run Benchmarks and upload results
on:
push:
branches:
- benchmark # TODO: change it back to main once we really track the results. We commented this as speed.wasmer.io is failing
- benchmark # TODO: change it back to main once we really track the results. We commented this as speed.wasmer.io is failing

env:
CARGO_REGISTRIES_CRATES_IO_PROTOCOL: git
MSRV: "1.74"
MSRV: "1.84"

jobs:
run_benchmark:
Expand All @@ -24,7 +24,7 @@ jobs:
SCCACHE_AZURE_BLOB_CONTAINER: wasmerstoragesccacheblob
SCCACHE_AZURE_CONNECTION_STRING: ${{ secrets.SCCACHE_AZURE_CONNECTION_STRING }}
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v5
- name: Install Rust
uses: dtolnay/rust-toolchain@stable
with:
Expand Down Expand Up @@ -72,4 +72,3 @@ jobs:
git clone https://github.com/wasmerio/wasmer-bench

python3 wasmer-bench/send_metrics.py

Loading
Loading