Enhancement: own plugin system #147
Labels
changes: major
Breaking changes
difficulty: hard
Hard Issues
size: large
Arround 2months ~
type: enhancement
New feature or request
Describe the feature or improvement
We depend on extism, which is currently the plugin system framework for WebAssembly, but it cannot be compiled on Wasm env (i.e. wasm32-wasi and wasm32-unknown).
This is a problem for us because a lightweight markup language should work on Nodejs and any environment.
Suggested implementation (optional)
none
Component (optional)
If you know which component your issue relates to, please select it:
Additional context
Need to consider what is more difficult: developing your own plugin system framework or supporting multiple environments.
Reference (optional)
If this feature request has been discussed or inspired elsewhere, please include links to relevant discussions:
Steps taken to verify
Before submitting, ensure you've done the following checks:
The text was updated successfully, but these errors were encountered: