Closed nmushegian closed 2 years ago
I want to add some tests to learn wisp, what should I do
~/wisp % wasmer web/dist/wisp.wasm core/lisp/test.wisp error: failed to run `web/dist/wisp.wasm` ╰─▶ 1: Error while importing "wasi_snapshot_preview1"."fd_filestat_get": unknown import. Expected Function(FunctionType { params: [I32, I32], results: [I32] })
I found the correct program, maybe I will document this discovery ~/wisp % ./core/zig-out/bin/wisp run core/lisp/test.wisp
~/wisp % ./core/zig-out/bin/wisp run core/lisp/test.wisp
I want to add some tests to learn wisp, what should I do