This commit is contained in:
Brian Carroll 2022-12-01 21:56:59 +00:00
parent 04d493c49e
commit 0cf2f4f9e4
No known key found for this signature in database
GPG key ID: 9CF4E3BF9C4722C7
3 changed files with 3 additions and 4 deletions

View file

@ -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 {