Fix bad runtime name

This commit is contained in:
Rerumu 2022-05-19 05:25:18 -04:00
parent 3fa4fa5d83
commit a3d43ebe16

View File

@ -428,7 +428,7 @@ do
return num_from_u32(data_1, data_2) return num_from_u32(data_1, data_2)
end end
function store.i32_i8(memory, addr, value) function store.i32_n8(memory, addr, value)
store_byte(memory.data, addr, value) store_byte(memory.data, addr, value)
end end