Move move_money into a wasm module, add dynamic node test that uses move_money
Some checks failed
test / test (push) Failing after 1m11s
Some checks failed
test / test (push) Failing after 1m11s
This commit is contained in:
@@ -23,10 +23,12 @@ interface types {
|
||||
|
||||
resource csv-readers {
|
||||
get-reader: func(name: string) -> option<csv-reader>;
|
||||
read-into-string: func(name: string) -> string;
|
||||
}
|
||||
|
||||
resource csv-writer {
|
||||
write-row: func(row: list<tuple<string, string>>);
|
||||
write-string: func(row: string);
|
||||
}
|
||||
|
||||
resource read-map {
|
||||
|
||||
Reference in New Issue
Block a user