File tree Expand file tree Collapse file tree 8 files changed +9
-66
lines changed Expand file tree Collapse file tree 8 files changed +9
-66
lines changed Original file line number Diff line number Diff line change @@ -566,7 +566,7 @@ mod tests {
566566 }
567567 }
568568
569- const TPLS_IN_THIS : usize = 12 ;
569+ const TPLS_IN_THIS : usize = 11 ;
570570
571571 #[ tokio:: test]
572572 async fn can_install_into_new_directory ( ) {
Original file line number Diff line number Diff line change 1- print("content-type: text/plain")
2- print("")
3- print("Hello, World")
1+ module Main
2+
3+ provide let _start = () => {
4+ print("content-type: text/plain")
5+ print("")
6+ print("Hello, World")
7+ }
Original file line number Diff line number Diff line change @@ -15,5 +15,5 @@ executor = { type = "wagi" }
1515source = " main.wasm"
1616allowed_outbound_hosts = []
1717[component .{{project-name | kebab_case}} .build ]
18- command = " grain compile --release -o main.wasm main.gr"
18+ command = " grain compile --release --use-start-section - o main.wasm main.gr"
1919watch = [" **/*.gr" ]
Load Diff This file was deleted.
Load Diff This file was deleted.
Load Diff This file was deleted.
Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -628,7 +628,6 @@ Caused by:
628628 #[ test]
629629 #[ cfg( target_arch = "x86_64" ) ]
630630 #[ cfg( feature = "extern-dependencies-tests" ) ]
631- #[ ignore = "https://github.com/fermyon/spin/issues/2774" ]
632631 fn http_grain_template_smoke_test ( ) -> anyhow:: Result < ( ) > {
633632 http_smoke_test_template (
634633 "http-grain" ,
@@ -655,21 +654,6 @@ Caused by:
655654 )
656655 }
657656
658- #[ test]
659- #[ cfg( feature = "extern-dependencies-tests" ) ]
660- #[ ignore = "https://github.com/fermyon/spin/issues/2774" ]
661- fn http_swift_template_smoke_test ( ) -> anyhow:: Result < ( ) > {
662- http_smoke_test_template (
663- "http-swift" ,
664- None ,
665- None ,
666- & [ ] ,
667- |_| Ok ( ( ) ) ,
668- HashMap :: default ( ) ,
669- "Hello from WAGI/1!\n " ,
670- )
671- }
672-
673657 #[ test]
674658 #[ cfg( feature = "extern-dependencies-tests" ) ]
675659 fn http_php_template_smoke_test ( ) -> anyhow:: Result < ( ) > {
You can’t perform that action at this time.
0 commit comments