A minimal Crescent web server that also builds for the wasm target.
Dependencies
moon run wasm_demo/cmd/main --target wasm
moon run wasm_demo/cmd/main --target native///|
async test "hello route" {
let client = @test_client.TestClient(@crescent_wasm_demo.make_app())
let res = client.get("/hello/wasm")
inspect(res.body_text(), content="Hello, wasm!")
}A minimal Crescent web server that also builds for the wasm target.
Dependencies