bytecodealliance / wasmtime

A fast and secure runtime for WebAssembly
https://wasmtime.dev/
Apache License 2.0
15.42k stars 1.3k forks source link

ISLE: support `&'static str`s #3548

Open fitzgen opened 3 years ago

fitzgen commented 3 years ago

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!().

github-actions[bot] commented 3 years ago

Subscribe to Label Action

cc @cfallin, @fitzgen

This issue or pull request has been labeled: "isle" Thus the following users have been cc'd because of the following labels: * cfallin: isle * fitzgen: isle To subscribe or unsubscribe from this label, edit the .github/subscribe-to-label.json configuration file. [Learn more.](https://github.com/bytecodealliance/subscribe-to-label-action)