Stream: git-wasmtime

Topic: wasmtime / issue #3528 ISLE: Syntax sugar for when extern...


view this post on Zulip Wasmtime GitHub notifications bot (Nov 15 2021 at 23:46):

fitzgen opened issue #3528:

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.

view this post on Zulip Wasmtime GitHub notifications bot (Nov 15 2021 at 23:46):

fitzgen labeled issue #3528:

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.

view this post on Zulip Wasmtime GitHub notifications bot (May 04 2022 at 20:02):

cfallin labeled issue #3528:

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.


Last updated: Nov 22 2024 at 16:03 UTC