5 Commits

Author SHA1 Message Date
Ryan Levick
7db951ba9f Consistently add generated preamble (#621)
* Consistently add generated preamble

* Fix tests
2023-07-17 15:40:18 -05:00
Peter Huene
a33d062f1e Update dependencies to latest. (#616)
This commit updates dependencies to latest.

It includes the latest wasm-tools, where support for resources has been stubbed
out with a `todo!`.

Hopefully that won't be too much of an annoyance for those actively developing
support for resources.

Additionally, `indexmap`, which is used extensively on many public APIs, has
been rev'd to a new major version; this resulted in no required source changes.
2023-07-13 13:01:48 -05:00
Joel Dice
081a4bb11c update teavm-java generator and re-enable tests (#584)
Signed-off-by: Joel Dice <joel.dice@fermyon.com>
2023-05-26 15:25:57 -05:00
Alex Crichton
a2935a4fa4 Update wit-bindgen for upcoming WIT changes (#580)
* Update Rust codegen for new WIT changes

* Update the markdown generation for new WIT

* more-rust

* Update the C generator for new WIT

* Get Rust guest tests compiling

* Get rust host tests working

* Get all C tests passing

* Turn off teavm-java and Go tests for now

* Fixup lockfile after rebase

* Bump crate versions

* Update dependency sources

* Update to wasmtime dep
2023-05-26 12:30:24 -05:00
Jiaxiao Zhou
cd9d253d11 Refactor: Renamed folders and crates (#522)
* renamed folders and crates

Signed-off-by: Jiaxiao Zhou <jiazho@microsoft.com>

* renmae for markdown crate

Signed-off-by: Jiaxiao Zhou <jiazho@microsoft.com>

* fixed a CI error

Signed-off-by: Jiaxiao Zhou <jiazho@microsoft.com>

* changed gen-guest-teavm-java to teavm-java

Signed-off-by: Jiaxiao Zhou <jiazho@microsoft.com>

---------

Signed-off-by: Jiaxiao Zhou <jiazho@microsoft.com>
2023-02-27 09:10:32 -06:00