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 - v0.5.4

Published by bhelx 12 months ago

What's Changed

Full Changelog: https://github.com/extism/extism/compare/v0.5.3...v0.5.4

extism - v0.5.3

Published by bhelx 12 months ago

What's Changed

Full Changelog: https://github.com/extism/extism/compare/v0.5.2...v0.5.3

extism - Development Build

Published by github-actions[bot] 12 months ago

Features

Chores

extism - Development Build

Published by github-actions[bot] about 1 year ago

Continuous Integration

  • dotnet: publish nuget packages for all supported environments (#523) #523 (Muhammad Azeez)
extism - Development Build

Published by github-actions[bot] about 1 year ago

Bug Fixes

  • undo change to extism_memory_bytes left over from debugging (#519) #519 (zach)
extism - Development Build

Published by github-actions[bot] about 1 year ago

Bug Fixes

extism - v1.0.0-rc0

Published by github-actions[bot] about 1 year ago

Pre-release of Extism v1.0.

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

extism - Development Build

Published by github-actions[bot] about 1 year ago

Bug Fixes

  • kernel: update outdated implementation of MemoryBlock::next_ptr (#509) #509 (zach)
extism - Development Build

Published by github-actions[bot] about 1 year ago

Features

extism - Development Build

Published by github-actions[bot] about 1 year ago

Documentation

extism - Development Build

Published by github-actions[bot] about 1 year ago

Continuous Integration

Chores

  • prepare extism-convert to be released (#494) #494 (zach)
extism - Development Build

Published by github-actions[bot] about 1 year ago

Chores

extism - Development Build

Published by github-actions[bot] about 1 year ago

Features

Documentation

extism - v0.5.2

Published by bhelx about 1 year ago

What's Changed

Full Changelog: https://github.com/extism/extism/compare/v0.5.1...v0.5.2

extism - Development Build

Published by github-actions[bot] about 1 year ago

Bug Fixes

  • main: improve the way the kernel calculates how many pages to allocate (#472) #472 (zach)
extism - v0.5.1

Published by bhelx about 1 year ago

What's Changed

Full Changelog: https://github.com/extism/extism/compare/v0.5.0...v0.5.1

extism - v0.5.0

Published by bhelx about 1 year ago

What's Changed

Full Changelog: https://github.com/extism/extism/compare/v0.4.0...v0.5.0

Head to https://extism.org for docs and an overview, and chat with us on Discord!

extism - v0.5.0

Published by bhelx about 1 year ago

What's Changed

Full Changelog: https://github.com/extism/extism/compare/v0.4.0...v0.5.0

extism - v0.4.0

Published by bhelx over 1 year ago

What's Changed

Breaking Changes

HTTP calls will be disallowed by default now. If you want to enable HTTP you need to specify the hosts that the plug-in is allowed to communicate with. If you want to allow all hosts you can set it to {allowed_hosts: ["*"]} in the manifest. However, this isn't recommended unless you have some trust in the plug-in or are controlling the networking by some other means.

In this PR we are creating an implicit context so people don't need to know about it if they don't care. In some languages function signatures have changed to make context an optional argument when creating a plug-in.

All Changes

Full Changelog: https://github.com/extism/extism/compare/v0.3.0...v0.4.0

RELEASE v0.4.0

Head to https://extism.org for docs and an overview, and chat with us on Discord!

extism - v0.3.0

Published by bhelx over 1 year ago

What's Changed

New Contributors

Full Changelog: https://github.com/extism/extism/compare/v0.2.0...v0.3.0

RELEASE v0.3.0

Head to https://extism.org for docs and an overview, and chat with us on Discord!