Stream: git-wasmtime

Topic: wasmtime / issue #3548 ISLE: support `&'static str`s


view this post on Zulip Wasmtime GitHub notifications bot (Nov 18 2021 at 18:32):

fitzgen opened issue #3548:

They require lexer/parser support, so I think they should just be built into the core ISLE language as a primtive type.

The main thing I want to enable is passing diagnostic messages to external constructors that are essentially a wrapper around panic!() or unreachable!().

view this post on Zulip Wasmtime GitHub notifications bot (Nov 18 2021 at 18:32):

fitzgen labeled issue #3548:

They require lexer/parser support, so I think they should just be built into the core ISLE language as a primtive type.

The main thing I want to enable is passing diagnostic messages to external constructors that are essentially a wrapper around panic!() or unreachable!().

view this post on Zulip Wasmtime GitHub notifications bot (Nov 18 2021 at 18:32):

github-actions[bot] commented on issue #3548:

Subscribe to Label Action

cc @cfallin, @fitzgen

<details>
This issue or pull request has been labeled: "isle"

Thus the following users have been cc'd because of the following labels:

To subscribe or unsubscribe from this label, edit the <code>.github/subscribe-to-label.json</code> configuration file.

Learn more.
</details>

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

cfallin labeled issue #3548:

They require lexer/parser support, so I think they should just be built into the core ISLE language as a primtive type.

The main thing I want to enable is passing diagnostic messages to external constructors that are essentially a wrapper around panic!() or unreachable!().


Last updated: Nov 22 2024 at 16:03 UTC