Releases: bytecodealliance/componentize-dotnet
Releases · bytecodealliance/componentize-dotnet
v0.4.0-preview00007
What's Changed
- Update .net 9 RC by @jsturtevant in #47
- Add package ref at compile time not SDK build time by @jsturtevant in #50
- drop note on linux compiler support by @bacongobbler in #48
- Update wasm related tools by @jsturtevant in #52
- Update to latest native-llvm aot compiler versions by @jsturtevant in #51
- Bump version to 0.4.0 by @jsturtevant in #53
New Contributors
- @bacongobbler made their first contribution in #48
Full Changelog: v0.3.0-preview00006...v0.4.0-preview00007
v0.3.0-preview00006
What's Changed
- clean up readme for latest info by @jsturtevant in #37
- Readme updates by @mikkelhegn in #39
- Add dotnet-experimental package source config to readme by @ericgregory in #43
- Changes to enable the build on Linux by @yowl in #40
- Update to a release of wkg by @jsturtevant in #44
- Release new version with linux support by @jsturtevant in #45
- The name of the artifact to download changed by @jsturtevant in #46
New Contributors
- @mikkelhegn made their first contribution in #39
- @ericgregory made their first contribution in #43
- @yowl made their first contribution in #40
Full Changelog: v0.2.0-preview00004...v0.3.0-preview00006
v0.2.0-preview00004
https://www.nuget.org/packages/ByteCodeAlliance.Componentize.DotNet.Wasm.SDK
https://www.nuget.org/packages/ByteCodeAlliance.Componentize.DotNet.WitBindgen
dotnet add package ByteCodeAlliance.Componentize.DotNet.Wasm.SDK
dotnet add package ByteCodeAlliance.Componentize.DotNet.WitBindgen
Includes wit-bindgen v0.30.0 and wasi-sdk 24.0
What's Changed
- Add docs on how to reference package by @jsturtevant in #24
- Update wit-bindgen to v0.27.0 by @jsturtevant in #30
- Update to latest wit-bindgen by @jsturtevant in #31
- Bytecode should be one word with code lowercased by @jsturtevant in #34
- Pull Wit from OCI registry by @jsturtevant in #32
- Support wasi 0.2.0 directly by @jsturtevant in #35
- v0.2.0 by @jsturtevant in #36
Full Changelog: v0.1.0-preview00003...v0.2.0-preview00004
v0.1.0-preview00003
# https://www.nuget.org/packages/ByteCodeAlliance.Componentize.DotNet.Wasm.SDK
dotnet add package ByteCodeAlliance.Componentize.DotNet.Wasm.SDK
# https://www.nuget.org/packages/ByteCodeAlliance.Componentize.DotNet.WitBindgen
dotnet add package ByteCodeAlliance.Componentize.DotNet.WitBindgen
What's Changed
- Add the BCA requirements by @jsturtevant in #1
- Add notes on how to build the project by @jsturtevant in #3
- Update Wit-bindgen, related tools and make tests pass by @jsturtevant in #4
- Update the Wasi-SDK to 22.0 by @jsturtevant in #10
- Switch to using the wasi-sdk clang to build cabi_realloc files by @jsturtevant in #11
- Update action runners and use .net 9 preview in ci by @jsturtevant in #12
- Remove emscripten dependency by @jsturtevant in #14
- Start release by @jsturtevant in #15
- Use ubuntu for publish by @jsturtevant in #17
- extract version properly by @jsturtevant in #18
- Small fixes to the release parts by @jsturtevant in #19
- Move the release to it's own file that is only triggerable by owners by @jsturtevant in #20
- Use bool explicitly by @jsturtevant in #21
New Contributors
- @jsturtevant made their first contribution in #1
Full Changelog: https://github.com/bytecodealliance/componentize-dotnet/commits/v0.1.0-preview00003