bytecodealliance / bytecodealliance/wasmtime

ISLE: Syntax sugar for when external constructors and extractors use the same name in Rust and ISLE

Open
#3,528 0 comments 0 reactions 0 assignees View on GitHub
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

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.