extism

The framework for building with WebAssembly (wasm). Easily load wasm modules, move data, call functions, and build extensible apps.

BSD-3-CLAUSE License

Downloads
4.6K
Stars
4.2K
Committers
25

Bot releases are visible (Hide)

extism - v1.0.0-rc4

Published by github-actions[bot] 11 months ago

What's Changed

Full Changelog: https://github.com/extism/extism/compare/v1.0.0-rc3...v1.0.0-rc4

extism - Development Build

Published by github-actions[bot] 11 months ago

Commits

  • e75dd05: v1.0.0-rc4 (Chris Dickinson)
extism - Development Build

Published by github-actions[bot] 11 months ago

Commits

extism - v1.0.0-rc3

Published by bhelx 11 months ago

extism - Development Build

Published by github-actions[bot] 11 months ago

Continuous Integration

Commits

  • 97f4dea: Implement convenience traits for encoded types (#597) (George Hopkins) #597
extism - Development Build

Published by github-actions[bot] 11 months ago

Commits

  • 0f3b485: Update release-dotnet-native.yaml to be resilient against file name changes (#589) (Muhammad Azeez) #589
extism - Development Build

Published by github-actions[bot] 11 months ago

Builds

Commits

  • ecf5e3b: Fix typo in README.md (#593) (Thomas Zahner) #593
extism - Development Build

Published by github-actions[bot] 11 months ago

Chores

  • loosen dependency requirements for base64 (#576) #576 (Rob)

Commits

  • a1cf591: release 1.0.0-rc2 (#588) (Benjamin Eckel) #588
extism - v1.0.0-rc2

Published by github-actions[bot] 11 months ago

What's Changed

Full Changelog: https://github.com/extism/extism/compare/latest...v1.0.0-rc2

extism - v1.0.0-beta.0

Published by bhelx 11 months ago

What's Changed

Full Changelog: https://github.com/extism/extism/compare/v1.0.0-rc1...v1.0.0-beta.0

extism - Development Build

Published by github-actions[bot] 11 months ago

Commits

  • 719462b: 1.0.0-beta.0 (#587) (Benjamin Eckel) #587
extism - v1.0.0-rc1

Published by github-actions[bot] 11 months ago

extism - v1.0.0-alpha.0

Published by bhelx 11 months ago

What's Changed

New Contributors

Full Changelog: https://github.com/extism/extism/compare/v1.0.0-rc0...v1.0.0-alpha.0

extism - Development Build

Published by github-actions[bot] 12 months ago

Bug Fixes

extism - Development Build

Published by github-actions[bot] 12 months ago

Bug Fixes

  • libextism - make fully static target no longer hardcoded to musl-gcc (#572) #572 (Gavin Hayes)
extism - Development Build

Published by github-actions[bot] 12 months ago

Commits

  • add PTR as an alias for I64 in C API (#560) #560 (zach)
extism - Development Build

Published by github-actions[bot] 12 months ago

Commits

  • add PTR as an alias for ValType::I64 (#558) #558 (zach)
extism - Development Build

Published by github-actions[bot] 12 months ago

Commits

  • f3447a5: refactor!: Use extism:host/env namespace for extism functions and extism:host/user for user-defined host functions (#511) (zach) #511
extism - Development Build

Published by github-actions[bot] 12 months ago

Commits

  • 0e65c3a: refactor!: Cleanup UserData implementation, update example in README (#550) (zach) #550
extism - Development Build

Published by github-actions[bot] 12 months ago

Features

  • add ability to dump extism kernel memory and generate coredumps, cleanup kernel memory layout (#539) #539 (zach)

Bug Fixes

Documentation

Chores