|
Revision tags: dev, v36.0.9, v44.0.1, v43.0.2, v36.0.8, v24.0.8, v44.0.0, v43.0.1, v42.0.2, v36.0.7, v24.0.7, v43.0.0, v42.0.1, v41.0.4, v42.0.0, v40.0.4, v36.0.6, v24.0.6, v41.0.3, v41.0.2, v41.0.1, v36.0.5, v40.0.3, v41.0.0, v36.0.4, v39.0.2, v40.0.2, v40.0.1, v40.0.0, v39.0.1, v39.0.0, v38.0.4, v37.0.3, v36.0.3, v24.0.5, v38.0.3, v38.0.2, v38.0.1, v37.0.2, v37.0.1, v37.0.0 |
|
| #
eaa01d7b |
| 02-Sep-2025 |
Till Schneidereit <[email protected]> |
[docs] Add C++ chapter and missing examples (#11569)
* [docs] Add C++ chapter and missing examples
This adds a chapter for C++ embedding. The chapter intro is rudimentary, but there are a bunch mor
[docs] Add C++ chapter and missing examples (#11569)
* [docs] Add C++ chapter and missing examples
This adds a chapter for C++ embedding. The chapter intro is rudimentary, but there are a bunch more examples now: I added C++ ports for everything that already had both a Rust and a C version available, matching the Rust version's behavior where applicable.
* [example] Fix paths in `examples/wasip1/main.c`
* [docs] Add entries for additional Rust and C embedding examples
These examples already existed, but didn't have entries in the docs.
It'll probably make sense to restructure all of this at some point and move the examples into language-specific folders.
* [docs] Remove references to Conan packages from README.md
These packages haven't been updated since Wasmtime 18, so we shouldn't link to them for now.
* Format cpp files
* Format even more cpp files
* Fix some warnings in C++ headers
* Simplify threads.cc example
* Update docs/examples-c-serialize.md
Co-authored-by: Nick Fitzgerald <[email protected]>
* [example] Don't try, do.
* [docs] Restore CMake link in README
* [docs] Improve examples/README.md
* [docs] Address review feedback
---------
Co-authored-by: Alex Crichton <[email protected]> Co-authored-by: Nick Fitzgerald <[email protected]>
show more ...
|
|
Revision tags: v36.0.2, v36.0.1, v36.0.0 |
|
| #
73f8c084 |
| 06-Aug-2025 |
Keigo Hashimoto <[email protected]> |
Notify on-screen instructions need to be followed after wastime installation (#11329)
* Notify new terminal needs to be opened after wastime installation
* Notify on-screen instructions need to be
Notify on-screen instructions need to be followed after wastime installation (#11329)
* Notify new terminal needs to be opened after wastime installation
* Notify on-screen instructions need to be followed after wastime installation
show more ...
|
| #
ab8e653c |
| 30-Jul-2025 |
veralvx <[email protected]> |
Add `cargo install` and `cargo binstall` options to documentation (#11343)
* docs: add Cargo installation option for wasmtime-cli
* docs(readme): refer to CLI installation page
* docs: clearer
Add `cargo install` and `cargo binstall` options to documentation (#11343)
* docs: add Cargo installation option for wasmtime-cli
* docs(readme): refer to CLI installation page
* docs: clearer instructions for installing from crates.io (code review)
Co-authored-by: Nick Fitzgerald <[email protected]>
* docs: elaborate on how cargo binstall works (code review)
* docs: add bakcticks to the wasmtime-cli name
* docs: add console tag to the fenced code block
* docs: remove trailing quote from export line
---------
Co-authored-by: Nick Fitzgerald <[email protected]>
show more ...
|
| #
6b746548 |
| 29-Jul-2025 |
Keigo Hashimoto <[email protected]> |
chore: remove redundant word (#11336)
|
|
Revision tags: v35.0.0, v24.0.4, v33.0.2, v34.0.2, v34.0.1, v33.0.1, v24.0.3, v32.0.1, v34.0.0, v33.0.0 |
|
| #
92cfda1b |
| 02-May-2025 |
Victor Adossi <[email protected]> |
refactor(docs): more conversions of sh to console for copy-paste (#10707)
This commit udpates more instructions on various READMEs to avoid `$` for easy copy-pasting, and also use `console` where ap
refactor(docs): more conversions of sh to console for copy-paste (#10707)
This commit udpates more instructions on various READMEs to avoid `$` for easy copy-pasting, and also use `console` where appropriate.
Signed-off-by: Victor Adossi <[email protected]>
show more ...
|
|
Revision tags: v32.0.0 |
|
| #
7c6a3f4b |
| 16-Apr-2025 |
Alex Crichton <[email protected]> |
Minor doc updates for C++ API inclusion (#10599)
Minor updates to a few locations to clarify that the C++ API now lives in this repository.
|
| #
2de55ccf |
| 31-Mar-2025 |
Alex Crichton <[email protected]> |
Add documentation for Wasmtime's LTS releases (#10481)
* Add documentation for Wasmtime's LTS releases
With Wasmtime's [LTS releases](https://github.com/bytecodealliance/rfcs/pull/42) this commit d
Add documentation for Wasmtime's LTS releases (#10481)
* Add documentation for Wasmtime's LTS releases
With Wasmtime's [LTS releases](https://github.com/bytecodealliance/rfcs/pull/42) this commit documents the various process changes and updates to our release process. Additionally some improvements are made to the release documentation with respect to showing current versions.
* Refactor some backport criteria docs
* Review comments
show more ...
|
|
Revision tags: v31.0.0, v30.0.2, v30.0.1, v30.0.0, v29.0.1, v29.0.0, v28.0.1, v28.0.0, v27.0.0, v26.0.1, v25.0.3, v24.0.2, v26.0.0, v21.0.2, v22.0.1, v23.0.3, v25.0.2, v24.0.1 |
|
| #
7278c3e8 |
| 08-Oct-2024 |
N <[email protected]> |
docs(readme): mention wasmtime_home (#9394)
|
|
Revision tags: v25.0.1, v25.0.0, v24.0.0, v23.0.2 |
|
| #
05095c18 |
| 25-Jul-2024 |
Alex Crichton <[email protected]> |
Rename the `wasm32-wasi` target to `wasm32-wasip1` (#8867)
This rename is happening in upstream Rust and should be in enough places now.
prtest:full
|
| #
b83c9686 |
| 23-Jul-2024 |
阿豪 <[email protected]> |
doc: fix lang-c link (#8996)
|
|
Revision tags: v23.0.1, v23.0.0, v22.0.0 |
|
| #
23409ca7 |
| 01-Jun-2024 |
Pat Hickey <[email protected]> |
README: fix link of "Standards Compliant" to point to https://docs.wasmtime.dev/stability-tiers.html (#8731)
Closes https://github.com/bytecodealliance/wasmtime/issues/8729
|
|
Revision tags: v21.0.1, v21.0.0, v20.0.2, v20.0.1, v20.0.0, v17.0.3, v19.0.2, v18.0.4, v19.0.1, v19.0.0, v18.0.3, v18.0.2, v17.0.2, v18.0.1, v18.0.0, v17.0.1, v17.0.0, v16.0.0, v15.0.1, v15.0.0, v14.0.4, v14.0.3, v14.0.2, v13.0.1, v14.0.1, v14.0.0, minimum-viable-wasi-proxy-serve, v13.0.0, v12.0.2, v11.0.2, v10.0.2, v12.0.1 |
|
| #
0e0dbcf0 |
| 22-Aug-2023 |
Victor Adossi <[email protected]> |
docs: add Perl's Wasm package to PL list (#6880)
|
|
Revision tags: v12.0.0, v11.0.1, v11.0.0, v10.0.1, v10.0.0, v9.0.4, v9.0.3, v9.0.2, v9.0.1, v9.0.0 |
|
| #
8620aa3a |
| 03-May-2023 |
Chris Fallin <[email protected]> |
Add links to cranelift.dev site. (#6336)
This PR updates the link in Wasmtime's README at the root of the repo to link to Cranelift's new website rather than its subdirectory; and also updates the R
Add links to cranelift.dev site. (#6336)
This PR updates the link in Wasmtime's README at the root of the repo to link to Cranelift's new website rather than its subdirectory; and also updates the README in `cranelift/` to point to the new website, https://cranelift.dev/.
show more ...
|
|
Revision tags: v6.0.2, v7.0.1, v8.0.1, v8.0.0, v7.0.0 |
|
| #
bf212b76 |
| 17-Mar-2023 |
Chris Fallin <[email protected]> |
Add note to README to encourage using the rustup method to install Rust. (#6036)
* Add note to README to encourage using the rustup method to install Rust.
This addresses the root confusion in #603
Add note to README to encourage using the rustup method to install Rust. (#6036)
* Add note to README to encourage using the rustup method to install Rust.
This addresses the root confusion in #6035.
* Update README.md
Co-authored-by: Nick Fitzgerald <[email protected]>
---------
Co-authored-by: Nick Fitzgerald <[email protected]>
show more ...
|
|
Revision tags: v6.0.1, v5.0.1, v4.0.1, v6.0.0 |
|
| #
c9bc0efe |
| 23-Jan-2023 |
guest271314 <[email protected]> |
Notify wasmtime install is local not system wide (#5618)
|
|
Revision tags: v5.0.0 |
|
| #
f3418b76 |
| 20-Jan-2023 |
Konstantin Shabanov <[email protected]> |
Add Elixir into 'Language Support' (#5582)
|
| #
24a2f8ca |
| 22-Dec-2022 |
Jimmy Bourassa <[email protected]> |
Document wasmtime-rb (#5485)
* Document wasmtime-rb
* Fix typo in `docs/lang-ruby.md`, improve copy
|
|
Revision tags: v4.0.0, v3.0.1, v3.0.0, v1.0.2, v2.0.2, v2.0.1, v2.0.0, v1.0.1, v1.0.0, v0.40.1 |
|
| #
cb918e8a |
| 23-Aug-2022 |
Nick Fitzgerald <[email protected]> |
Update README prose a little bit (#4762)
|
|
Revision tags: v0.40.0 |
|
| #
2ba3025e |
| 22-Jul-2022 |
TheGreatRambler <[email protected]> |
Add cmake compatibility to c-api (#4369)
* Add cmake compatibility to c-api
* Add CMake documentation to wasmtime.h
* Add CMake instructions in examples
* Modify CI for CMake support
* U
Add cmake compatibility to c-api (#4369)
* Add cmake compatibility to c-api
* Add CMake documentation to wasmtime.h
* Add CMake instructions in examples
* Modify CI for CMake support
* Use correct rust in CI
* Trigger build
* Refactor run-examples
* Reintroduce example_to_run in run-examples
* Replace run-examples crate with cmake
* Fix markdown formatting in examples readme
* Fix cmake test quotes
* Build rust wasm before cmake tests
* Pass CTEST_OUTPUT_ON_FAILURE
* Another cmake test
* Handle os differences in cmake test
* Fix bugs in memory and multimemory examples
show more ...
|
|
Revision tags: v0.39.1, v0.38.3, v0.38.2, v0.39.0, v0.38.1, v0.38.0 |
|
| #
a75f383f |
| 20-May-2022 |
Alex Crichton <[email protected]> |
Improve the `wasmtime` crate's README (#4174)
* Improve the `wasmtime` crate's README
This commit is me finally getting back to #2688 and improving the README
of the `wasmtime` crate. Currently
Improve the `wasmtime` crate's README (#4174)
* Improve the `wasmtime` crate's README
This commit is me finally getting back to #2688 and improving the README
of the `wasmtime` crate. Currently we have a [pretty drab README][drab]
that doesn't really convey what we want about Wasmtime.
While I was doing this I opted to update the feature list of Wasmtime as
well in the main README (which is mirrored into the crate readme),
namely adding a bullet point for "secure" which I felt was missing
relative to how we think about Wasmtime.
Naturally there's a lot of ways to paint this shed, so feedback is of
course welcome on this! (I'm not the best writer myself)
[drab]: https://crates.io/crates/wasmtime/0.37.0
* Expand the "Fast" bullet a bit more
* Reference the book from the wasmtime crate
* Update more security docs
Also merge the sandboxing security page with the main security page to
avoid the empty security page.
show more ...
|
|
Revision tags: v0.37.0, v0.36.0, v0.35.3, v0.34.2, v0.35.2 |
|
| #
105163cc |
| 25-Mar-2022 |
Luke Hinds <[email protected]> |
Remove shell prompt from installation CLI code (#3962)
GitHub's readme markdown rendering adds a button which allows
a user to copy the CLI into their copy cache to then paste into
a terminal and
Remove shell prompt from installation CLI code (#3962)
GitHub's readme markdown rendering adds a button which allows
a user to copy the CLI into their copy cache to then paste into
a terminal and run.
Currently as the curl command contains a dollar sign, that gets
included (which means the user needs to manually remove it).
Really not a big deal and if this is closed I won't be upset,
but noted it's been a bit of a nit to me a few times.
Signed-off-by: Luke Hinds <[email protected]>
show more ...
|
|
Revision tags: v0.35.1, v0.35.0 |
|
| #
9c3d5c7b |
| 17-Feb-2022 |
Corey Farwell <[email protected]> |
Remove broken Markdown link (#3822)
|
|
Revision tags: v0.33.1, v0.34.1, v0.34.0, v0.33.0, v0.32.1, v0.32.0, v0.31.0 |
|
| #
1ee2af00 |
| 27-Sep-2021 |
Alex Crichton <[email protected]> |
Remove the lightbeam backend (#3390)
This commit removes the Lightbeam backend from Wasmtime as per [RFC 14].
This backend hasn't received maintenance in quite some time, and as [RFC
14] indicates
Remove the lightbeam backend (#3390)
This commit removes the Lightbeam backend from Wasmtime as per [RFC 14].
This backend hasn't received maintenance in quite some time, and as [RFC
14] indicates this doesn't meet the threshold for keeping the code
in-tree, so this commit removes it.
A fast "baseline" compiler may still be added in the future. The
addition of such a backend should be in line with [RFC 14], though, with
the principles we now have for stable releases of Wasmtime. I'll close
out Lightbeam-related issues once this is merged.
[RFC 14]: https://github.com/bytecodealliance/rfcs/pull/14
show more ...
|
| #
9eae88a9 |
| 20-Sep-2021 |
Denis <[email protected]> |
Added link to C++ Conan package (#3368)
|
|
Revision tags: v0.30.0 |
|
| #
e85a57d5 |
| 13-Sep-2021 |
Denis <[email protected]> |
Updated README.md with reference to C Conan package (#3307)
|