Make memory sizes parameters
This commit is contained in:
@@ -4,6 +4,8 @@ import "testing"
|
||||
|
||||
func TestLoop(t *testing.T) {
|
||||
state := assembleAndExecute(t, `
|
||||
global_memory_size: 4
|
||||
function_memory_size: 4
|
||||
functions:
|
||||
- - [add, f0, 1]
|
||||
- [call, +1]
|
||||
|
||||
Reference in New Issue
Block a user