What's Changed
- chore(deps): bump com.fasterxml.jackson.core:jackson-databind from 2.22.0 to 2.22.1 by @dependabot[bot] in #87
- chore(deps): bump actions/setup-node from 6 to 7 by @dependabot[bot] in #91
- chore(deps): bump com.puppycrawl.tools:checkstyle from 13.7.0 to 13.8.0 by @dependabot[bot] in #89
- Fix CALL_INDIRECT cross-module type index resolution (#88) by @andreaTP in #90
- Replace deprecated Maven license plugin parameter by @Marcono1234 in #96
- Fix lowercasing without
Locale.ROOTby @Marcono1234 in #97 - Simplify deletion of directory cache temp file by @Marcono1234 in #100
- Disable stack trace for
WasmExceptionmore efficiently by @Marcono1234 in #105 - Runtime: fix lost wakeup from late-arriving atomicWaitBroken wait notify by @andreas-karlsson in #107
- Remove incorrect
Deprecated#sincevalues by @Marcono1234 in #108 - chore(deps): bump agp from 9.2.1 to 9.3.0 in /android-tests by @dependabot[bot] in #109
- chore(deps): bump org.jetbrains.kotlin.jvm from 2.4.0 to 2.4.10 in /android-tests by @dependabot[bot] in #110
- Replace deprecated Docusaurus config value by @Marcono1234 in #111
- Improve website documentation by @Marcono1234 in #103
- workaround dependency check execution by @andreaTP in #112
- Upgrade wasm-tools to v1.246.0 by @jeremyg484 in #114
- chore(deps): bump actions/cache from 4 to 6 by @dependabot[bot] in #115
- chore(deps): bump org.apache.maven.plugins:maven-jar-plugin from 3.5.0 to 3.5.1 by @dependabot[bot] in #116
- Rename WASI
inheritSystem()and improve documentation by @Marcono1234 in #113 - Initial redline port by @andreaTP in #92
- Fix
TableLimits#grownot ensuringmin <= maxby @Marcono1234 in #119 - Improve documentation for memory and table
growmethods by @Marcono1234 in #122 - Add tag accessor to Instance exports by @jeremyg484 in #125
- Fix some non-bug IntelliJ warnings by @Marcono1234 in #124
- Deduplicate obtaining
ATOMIC_FENCE_IMPLby @Marcono1234 in #123 - chore(deps): bump com.puppycrawl.tools:checkstyle from 13.8.0 to 13.9.0 by @dependabot[bot] in #128
- chore(deps): bump org.codehaus.mojo:flatten-maven-plugin from 1.7.3 to 1.8.0 by @dependabot[bot] in #127
- Add redline modules to BOM and release pipeline by @andreaTP in #117
- Use
OptionalIntinstead of boxedOptional<Integer>by @Marcono1234 in #132 - Extend JIT workaround to I32_LT_U by @andreaTP in #134
- chore(deps): bump com.diffplug.spotless:spotless-maven-plugin from 3.8.0 to 3.9.0 by @dependabot[bot] in #129
- chore(deps): bump agp from 9.3.0 to 9.3.1 in /android-tests by @dependabot[bot] in #130
- Fix meta functions count to only count function imports by @andreaTP in #135
- update wasm-tools to latest by @andreaTP in #133
- Decode block types as s33 and keep type indices distinct from value types by @Bernhard2000 in #136
- Use
./mvnwfor CI workflows by @Marcono1234 in #120 - chore(deps): bump gradle/actions from 6 to 6.2.0 by @dependabot[bot] in #140
- Add JFFI runner module by @andreaTP in #137
- chore(deps): bump com.github.jnr:jffi from 1.3.13 to 1.4.0 by @dependabot[bot] in #142
- chore(deps): bump gradle/actions from 6.2.0 to 6.3.0 by @dependabot[bot] in #143
- Issue 139 by @andreaTP in #141
- Replace
assertstatements used for argument validation by @Marcono1234 in #118 - Add AI/LLM-friendly documentation endpoints by @andreaTP in #144
- chore(deps): bump gradle-wrapper from 9.6.1 to 9.7.0 in /android-tests by @dependabot[bot] in #147
- chore(deps): bump com.puppycrawl.tools:checkstyle from 13.9.0 to 13.10.0 by @dependabot[bot] in #152
- Throw dedicated exception instead of
RuntimeExceptionby @Marcono1234 in #151 - [chore] Improve documentation content by @andreaTP in #148
- Use Spotless' built-in
forbidWildcardImportsby @Marcono1234 in #145 - Document
ParserandInstanceexception behavior by @Marcono1234 in #146 - chore(deps): bump org.apache.maven.wrapper:maven-wrapper from 3.3.2 to 3.3.4 by @dependabot[bot] in #153
- chore(deps): bump org.apache.maven:apache-maven from 3.9.9 to 3.9.16 by @dependabot[bot] in #154
- chore(deps): bump com.fasterxml.jackson.core:jackson-databind from 2.22.1 to 2.22.2 by @dependabot[bot] in #156
- chore(deps): bump com.puppycrawl.tools:checkstyle from 13.10.0 to 13.11.0 by @dependabot[bot] in #155
- Use inlay to fetch wasm-tools from OCI registry by @andreaTP in #150
- Catch OutOfMemoryError at WasmGC allocation sites by @andreaTP in #149
- chore(deps): bump com.puppycrawl.tools:checkstyle from 13.11.0 to 14.0.0 by @dependabot[bot] in #158
- chore(deps): bump agp from 9.3.1 to 9.3.2 in /android-tests by @dependabot[bot] in #159
- chore(deps): bump gradle-wrapper from 9.7.0 to 9.7.1 in /android-tests by @dependabot[bot] in #160
- Redline maven plugin by @andreaTP in #131
- chore(deps): bump oras-project/setup-oras from 1 to 2 by @dependabot[bot] in #162
- chore(deps-dev): bump org.codehaus.mojo:build-helper-maven-plugin from 3.5.0 to 3.6.1 by @dependabot[bot] in #161
- Use cranelift_bridge.wasm 999.0.0-SNAPSHOT by @andreaTP in #163
- Re-pin wkg.lock automatically when publishing the bridge wasm by @andreaTP in #164
- chore(deps): bump actions/setup-java from 5 to 6 by @dependabot[bot] in #165
- Read data segments without copying by @andreaTP in #169
- Redline fixes by @andreaTP in #171
- Revert "Redline fixes" by @andreaTP in #172
- Redline fixes by @andreaTP in #173
- Create imports through a factory that picks native or bytecode by @andreaTP in #174
- chore(deps): bump com.puppycrawl.tools:checkstyle from 14.0.0 to 14.1.0 by @dependabot[bot] in #176
- chore(deps): bump org.apache.maven.plugins:maven-compiler-plugin from 3.15.0 to 3.16.0 by @dependabot[bot] in #177
- feat: optionally use WASM function names for compiled methods by @andreas-karlsson in #168
- Document the experimental Redline native compiler by @andreaTP in #166
- chore(deps): bump com.diffplug.spotless:spotless-maven-plugin from 3.9.0 to 3.10.0 by @dependabot[bot] in #157
- Allow configuring a method prefixer in the build-time compiler by @andreaTP in #178
- Shorten the method names documentation by @andreaTP in #180
- Add the Endive 1.1.0 release blog post by @andreaTP in #179
New Contributors
- @Marcono1234 made their first contribution in #96
- @andreas-karlsson made their first contribution in #107
- @jeremyg484 made their first contribution in #114
- @Bernhard2000 made their first contribution in #136
Full Changelog: 1.0.1...1.1.0