bytecodealliance / bytecodealliance/wasmtime
ISLE: Syntax sugar for when external constructors and extractors use the same name in Rust and ISLE
Open
enhancement
isle
- Dominant language
- Rust
- Stars
- 18.6k
- Forks
- 1.8k
- Avg merge
- 1d 18h
- Merged PRs (30d)
- 126
Description
Originally https://github.com/cfallin/isle/issues/2
> Right now we have
>
> ```lisp
> (decl get_i32 () Type)
> (extern constructor get_i32 get_i32)
> ```
>
> But we should be able to do
>
> ```lisp
> (decl get_i32 () Type)
> (extern constructor get_i32)
> ```
>
> to have both names be the same.
Contributor guide
Assessment
This issue has not been assessed yet.