Skip to content

Tags: embly/lucet

Tags

0.4.1

Toggle 0.4.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request bytecodealliance#356 from fastly/acf/wasmonkey-fro…

…m-crates

Use crates.io version of wasmonkey, and fix parity-wasm version

0.3.1

Toggle 0.3.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request bytecodealliance#343 from fastly/0.3.1

Bump crate versions to 0.3.1

0.3.0

Toggle 0.3.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Bump versions to 0.3.0 (bytecodealliance#340)

* 0.3.0

* lucetc error messages include the underlying error from wabt
* lucet-runtime supports timeouts
* lucetc can emit errors as json
* lucet-runtime removes unnecessary restrictions on some functions

wabt update is necessary to avoid linker issues with multiple wabt in use at once

0.2.2

Toggle 0.2.2's commit message
allow KillState's `exit_guest_region` to be name-mangled

0.2.1

Toggle 0.2.1's commit message
bump lucet crates to 0.2.1

0.1.2

Toggle 0.1.2's commit message
lock minisign to prevent breaking toolchain compat with rust 1.35.0

minisign >0.5.11 use MaybeUninit, which was not yet stabilized in 1.35.0

0.2.0

Toggle 0.2.0's commit message
make bump-global-version.sh gnu sed-friendly

-i.previous should be usable on either linux sed or macos sed, but the
space leads to linux sed interpreting it as `-i`, which is a valid flag
on its own, and `.previous`, as a sed command.

0.1.1

Toggle 0.1.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Last bits to make Lucet publishable on crates.io (bytecodealliance#238)

before-deleting-c-runtime

Toggle before-deleting-c-runtime's commit message
last merge to master before deleting C tests and runtime