mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-30 15:21:12 +00:00
wasm: switch Zig calling convention to v0.9
This commit is contained in:
parent
a2f714234a
commit
365904521a
1 changed files with 1 additions and 1 deletions
|
@ -5,7 +5,7 @@ use crate::wasm_module::ValueType;
|
|||
use crate::{PTR_SIZE, PTR_TYPE, TARGET_INFO};
|
||||
|
||||
/// Manually keep up to date with the Zig version we are using for builtins
|
||||
pub const BUILTINS_ZIG_VERSION: ZigVersion = ZigVersion::Zig8;
|
||||
pub const BUILTINS_ZIG_VERSION: ZigVersion = ZigVersion::Zig9;
|
||||
|
||||
#[derive(Debug, Clone, Copy, PartialEq, Eq)]
|
||||
pub enum ReturnMethod {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue