mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-28 22:34:45 +00:00
clippy
This commit is contained in:
parent
04d493c49e
commit
0cf2f4f9e4
3 changed files with 3 additions and 4 deletions
|
@ -1,6 +1,6 @@
|
|||
use roc_wasm_module::Value;
|
||||
|
||||
pub const MODULE_NAME: &'static str = "wasi_snapshot_preview1";
|
||||
pub const MODULE_NAME: &str = "wasi_snapshot_preview1";
|
||||
|
||||
pub fn dispatch(function_name: &str, arguments: &[Value], _memory: &mut [u8]) -> Option<Value> {
|
||||
match function_name {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue