update proxy_wasm to sync with FastEdge-sdk-js#26
Merged
Conversation
There was a problem hiding this comment.
Pull request overview
This PR updates the AssemblyScript proxy-wasm FastEdge surface to better align with the FastEdge-sdk-js API, including adding a new host import and exposing a new FastEdge helper module.
Changes:
- Add
proxy_dictionary_gethost import and a newfastedge/dictionaryhelper. - Rename and re-export secrets helpers (
getSecretVar*→getSecret*). - Remove the Envoy testing guide (
ENVOY.md) and changefastedgeexports accordingly.
Reviewed changes
Copilot reviewed 5 out of 5 changed files in this pull request and generated 3 comments.
Show a summary per file
| File | Description |
|---|---|
assembly/imports.ts |
Adds proxy_dictionary_get external host API declaration. |
assembly/fastedge/dictionary.ts |
Introduces a helper that calls proxy_dictionary_get. |
assembly/fastedge/secrets.ts |
Renames exported secret helper functions. |
assembly/fastedge/index.ts |
Changes FastEdge public exports (dictionary exported; env no longer exported). |
ENVOY.md |
Removes Envoy testing documentation. |
Comments suppressed due to low confidence (1)
ENVOY.md:1
ENVOY.mdis removed, but the repository README still links to./ENVOY.md(README.md:98). Either keep this document (or replace it with a new one) or update the README link in the same PR to avoid a broken reference for users.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
There was a problem hiding this comment.
Pull request overview
Copilot reviewed 6 out of 6 changed files in this pull request and generated 3 comments.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
qrdl
approved these changes
Feb 6, 2026
|
🎉 This PR is included in version 1.2.2 🎉 The release is available on: Your semantic-release bot 📦🚀 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.